mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-09-15 08:20:18 +03:00
Set 'layout_height' of media descriptions in media activity to 'wrap_content'
(fix #1280)
This commit is contained in:
parent
7a461ea68e
commit
88e6fdb485
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
|||
android:paddingEnd="10dp"
|
||||
android:importantForAccessibility="no"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxHeight="300dp"
|
||||
android:scrollbars="vertical"
|
||||
android:layout_gravity="center_horizontal"
|
||||
|
@ -74,7 +74,7 @@
|
|||
android:paddingEnd="10dp"
|
||||
android:maxHeight="300dp"
|
||||
android:scrollbars="vertical"
|
||||
android:layout_height="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal|bottom"
|
||||
android:gravity="center"
|
||||
android:textColor="#ffffffff"
|
||||
|
|
Loading…
Reference in a new issue