فهرست منبع

lint: fix set android:baselineAligned="false" on this element for better performance

AndyScherzinger 6 سال پیش
والد
کامیت
9916aecfa9
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 3
      src/main/res/layout/files.xml
  2. 1 0
      src/main/res/layout/upload_list_item.xml

+ 2 - 3
src/main/res/layout/files.xml

@@ -38,11 +38,10 @@
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             android:background="@color/background_color"
-
+            android:baselineAligned="false"
             android:orientation="horizontal"
             android:id="@+id/ListLayout"
-            android:contentDescription="@string/list_layout"
-            >
+            android:contentDescription="@string/list_layout">
 
             <FrameLayout
                 android:id="@+id/left_fragment_container"

+ 1 - 0
src/main/res/layout/upload_list_item.xml

@@ -24,6 +24,7 @@
     android:id="@+id/upload_list_item_layout"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
+    android:baselineAligned="false"
     android:orientation="horizontal"
     android:paddingBottom="@dimen/standard_half_padding"
     android:paddingTop="@dimen/standard_half_padding">