Skip to content

Commit 6390c0e

Browse files
authored
Fix Discover Subtitle List for Large Font Sizes (#3500)
1 parent 1285a3d commit 6390c0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/features/discover/src/main/res/layout/row_podcast.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
android:layout_height="56dp"
1212
android:elevation="2dp"
1313
app:cardCornerRadius="4dp"
14-
android:layout_marginRight="8dp">
14+
android:layout_marginRight="8dp"
15+
android:layout_gravity="center_vertical">
1516
<ImageView
1617
android:id="@+id/imageView"
1718
android:layout_width="56dp"
@@ -21,7 +22,7 @@
2122

2223
<LinearLayout
2324
android:layout_width="0dp"
24-
android:layout_height="match_parent"
25+
android:layout_height="wrap_content"
2526
android:layout_weight="1"
2627
android:orientation="vertical"
2728
android:gravity="center">

0 commit comments

Comments
 (0)