瀏覽代碼

lint: use 0dp instead of dims value

AndyScherzinger 7 年之前
父節點
當前提交
5747da2122
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"