Skip to content

Commit a8baf82

Browse files
committed
Update
1 parent 4eebfe8 commit a8baf82

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

app/src/main/res/layout/kr_text_list_item.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
android:orientation="vertical"
66
android:gravity="center_vertical"
77
android:paddingLeft="4dp"
8-
android:paddingTop="0dp"
8+
android:paddingTop="5dp"
99
android:paddingRight="4dp"
1010
android:paddingBottom="10dp">
1111

1212
<TextView
1313
android:id="@id/kr_title"
14-
android:layout_marginTop="10dp"
1514
android:layout_width="match_parent"
1615
android:layout_height="wrap_content"
1716
style="@style/textTitle" />
@@ -46,7 +45,7 @@
4645
android:layout_height="wrap_content"
4746
android:adjustViewBounds="true"
4847
android:scaleType="fitCenter"
49-
android:layout_marginBottom="6dp"
48+
android:layout_marginBottom="10dp"
5049
android:visibility="gone" />
5150

5251
</LinearLayout>

app/src/main/res/layout/kr_text_list_item_white.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
android:gravity="center_vertical"
66
android:orientation="vertical"
77
android:paddingLeft="16dp"
8-
android:paddingTop="0dp"
8+
android:paddingTop="6dp"
99
android:paddingRight="16dp"
1010
android:paddingBottom="10dp">
1111

1212
<TextView
1313
android:id="@id/kr_title"
1414
android:layout_width="match_parent"
1515
android:layout_height="wrap_content"
16-
android:layout_marginTop="10dp"
1716
style="@style/textTitle"
1817
android:breakStrategy="simple" />
1918

@@ -50,6 +49,6 @@
5049
android:layout_height="wrap_content"
5150
android:adjustViewBounds="true"
5251
android:scaleType="fitCenter"
53-
android:layout_marginBottom="6dp"
52+
android:layout_marginBottom="10dp"
5453
android:visibility="gone" />
5554
</LinearLayout>

0 commit comments

Comments
 (0)