Browse Source

lint: use 0dp instead of dims value

AndyScherzinger 7 năm trước cách đây
mục cha
commit
5747da2122
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/res/layout/list_item.xml

+ 1 - 1
src/main/res/layout/list_item.xml

@@ -78,7 +78,7 @@
         </RelativeLayout>
 
         <LinearLayout
-            android:layout_width="@dimen/zero"
+            android:layout_width="0dp"
             android:layout_height="match_parent"
             android:layout_weight="1"
             android:gravity="top"