Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d126344 authored by Raff Tsai's avatar Raff Tsai Committed by Luca Stefani
Browse files

Fix cannot see "see more" button in UI

Bug: 144546394
Test: Cts test
android.provider.cts.SettingsPanelTest#volumePanel_seeMoreButton_launchesIntoSettings

Change-Id: I786d62937e93abdaf96f89b03669302159d571a1
parent 02f4e36e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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