Fixed TableLayout in demo UI to work with small screens

PiperOrigin-RevId: 518257650
This commit is contained in:
Googler 2023-03-21 13:41:37 +00:00 committed by microkatz
parent cbaf0f8232
commit 7c7a6298ff

View File

@ -80,6 +80,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:stretchColumns="0"
android:shrinkColumns="0"
android:layout_marginTop="32dp"
android:measureWithLargestChild="true"
app:layout_constraintEnd_toEndOf="parent"