mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fixed TableLayout in demo UI to work with small screens
PiperOrigin-RevId: 518257650
This commit is contained in:
parent
cbaf0f8232
commit
7c7a6298ff
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:stretchColumns="0"
|
android:stretchColumns="0"
|
||||||
|
android:shrinkColumns="0"
|
||||||
android:layout_marginTop="32dp"
|
android:layout_marginTop="32dp"
|
||||||
android:measureWithLargestChild="true"
|
android:measureWithLargestChild="true"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue