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

Commit e52261c6 authored by Christopher R. Palmer's avatar Christopher R. Palmer
Browse files

settings: Auto-brightness levels shouldn't fill the screen

On tall displays this ends up with a lot of useless padding
in the list.

Change-Id: I998b86ec12d531cf1db08db7d9c23d12d8641730
parent 1902dab4
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >
    android:layout_height="wrap_content" >

    <LinearLayout
        android:id="@+id/top_container"
@@ -58,7 +58,6 @@
        android:id="@android:id/list"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_below="@id/top_container"
        android:layout_alignParentBottom="true" />
        android:layout_below="@id/top_container" />

</RelativeLayout>