From 28a6bcc729420408798ad48b89e2ded17378d564 Mon Sep 17 00:00:00 2001 From: Raff Tsai Date: Thu, 5 Dec 2019 11:09:49 +0800 Subject: [PATCH] Fix cannot see "see more" button in UI Bug: 144546394 Test: Cts test android.provider.cts.SettingsPanelTest#volumePanel_seeMoreButton_launchesIntoSettings Change-Id: I786d62937e93abdaf96f89b03669302159d571a1 --- res/layout/panel_slice_list.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/panel_slice_list.xml b/res/layout/panel_slice_list.xml index 842441cb6bb..28d589475cf 100644 --- a/res/layout/panel_slice_list.xml +++ b/res/layout/panel_slice_list.xml @@ -20,5 +20,6 @@ android:id="@+id/panel_parent_layout" android:scrollbars="vertical" android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_height="0dp" + android:layout_weight="1" android:overScrollMode="never"/> \ No newline at end of file