From 7c7a6298ff667a4e678668919c35ec7d8191c4c2 Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 21 Mar 2023 13:41:37 +0000 Subject: [PATCH] Fixed TableLayout in demo UI to work with small screens PiperOrigin-RevId: 518257650 --- demos/transformer/src/main/res/layout/configuration_activity.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/demos/transformer/src/main/res/layout/configuration_activity.xml b/demos/transformer/src/main/res/layout/configuration_activity.xml index 2a60003e2c..08a2f6ed86 100644 --- a/demos/transformer/src/main/res/layout/configuration_activity.xml +++ b/demos/transformer/src/main/res/layout/configuration_activity.xml @@ -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"