Skip to content

Commit 048300e

Browse files
committed
调整News布局
1 parent f874643 commit 048300e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

diycode-app/src/main/res/layout/item_site.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@
2828
android:layout_height="wrap_content"
2929
android:gravity="center_vertical"
3030
android:background="@color/diy_white"
31+
android:id="@+id/item"
3132
android:orientation="horizontal"
32-
android:padding="4dp">
33+
android:padding="6dp">
3334

3435
<ImageView
36+
android:layout_marginLeft="8dp"
3537
android:id="@+id/icon"
3638
android:layout_width="24dp"
3739
android:layout_height="24dp"

0 commit comments

Comments
 (0)