We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1285a3d commit 6390c0eCopy full SHA for 6390c0e
modules/features/discover/src/main/res/layout/row_podcast.xml
@@ -11,7 +11,8 @@
11
android:layout_height="56dp"
12
android:elevation="2dp"
13
app:cardCornerRadius="4dp"
14
- android:layout_marginRight="8dp">
+ android:layout_marginRight="8dp"
15
+ android:layout_gravity="center_vertical">
16
<ImageView
17
android:id="@+id/imageView"
18
android:layout_width="56dp"
@@ -21,7 +22,7 @@
21
22
23
<LinearLayout
24
android:layout_width="0dp"
- android:layout_height="match_parent"
25
+ android:layout_height="wrap_content"
26
android:layout_weight="1"
27
android:orientation="vertical"
28
android:gravity="center">
0 commit comments