We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f874643 commit 048300eCopy full SHA for 048300e
1 file changed
diycode-app/src/main/res/layout/item_site.xml
@@ -28,10 +28,12 @@
28
android:layout_height="wrap_content"
29
android:gravity="center_vertical"
30
android:background="@color/diy_white"
31
+ android:id="@+id/item"
32
android:orientation="horizontal"
- android:padding="4dp">
33
+ android:padding="6dp">
34
35
<ImageView
36
+ android:layout_marginLeft="8dp"
37
android:id="@+id/icon"
38
android:layout_width="24dp"
39
android:layout_height="24dp"
0 commit comments