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

Commit 08331aca authored by Jason Monk's avatar Jason Monk
Browse files

Fix incorrectly sized app prefs

Bug: 27066871
Change-Id: I0a1a4847532243c27ec5f9d96d8079c417bae91e
parent 6b00d3fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_height="wrap_content"
    android:paddingStart="?android:attr/listPreferredItemPaddingStart"
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">