Compare commits

...

2 Commits

Author SHA1 Message Date
ueen 1461dff47b
Merge 195eb0897c into ba14510b80 2024-05-05 13:42:53 +02:00
ueen 195eb0897c resize 2024-01-25 15:39:56 +01:00
1 changed files with 3 additions and 3 deletions

View File

@ -36,8 +36,8 @@
android:orientation="vertical">
<FrameLayout
android:layout_width="128dp"
android:layout_height="128dp"
android:layout_width="112dp"
android:layout_height="112dp"
android:background="@color/image_readability_tint">
<de.danoeh.antennapod.ui.common.SquareImageView
@ -100,7 +100,7 @@
<TextView
android:id="@+id/titleLabel"
android:layout_width="128dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:ellipsize="end"