Skip to content

Commit 5fa73a5

Browse files
committed
Update
1 parent 1c0f2b8 commit 5fa73a5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
android:id="@id/kr_rows"
3838
android:layout_width="match_parent"
3939
android:layout_height="wrap_content"
40-
android:layout_marginBottom="6dp"
4140
android:visibility="gone"
4241
style="@style/textSmall" />
4342

@@ -47,7 +46,7 @@
4746
android:layout_height="wrap_content"
4847
android:adjustViewBounds="true"
4948
android:scaleType="fitCenter"
50-
android:paddingBottom="6dp"
49+
android:layout_marginBottom="6dp"
5150
android:visibility="gone" />
5251

5352
</LinearLayout>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
android:layout_height="wrap_content"
4343
style="@style/textSmall"
4444
android:visibility="gone"
45-
android:layout_marginBottom="6dp"
4645
android:breakStrategy="simple" />
4746

4847
<ImageView
@@ -51,6 +50,6 @@
5150
android:layout_height="wrap_content"
5251
android:adjustViewBounds="true"
5352
android:scaleType="fitCenter"
54-
android:paddingBottom="6dp"
53+
android:layout_marginBottom="6dp"
5554
android:visibility="gone" />
5655
</LinearLayout>

0 commit comments

Comments
 (0)