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

Commit d10f8219 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Fix settings drawer when font size is huge am: 80953097

am: 02b0a8f4

* commit '02b0a8f4':
  Fix settings drawer when font size is huge

Change-Id: Ib2022ec2b14886f6359b83b4d2b41c512649ece6
parents d708fda3 02b0a8f4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -28,7 +28,8 @@
    <TextView
        android:id="@android:id/title"
        android:layout_width="match_parent"
        android:layout_height="48dp"
        android:layout_height="wrap_content"
        android:minHeight="48dp"
        android:paddingTop="16dp"
        android:paddingBottom="16dp"
        android:paddingStart="16dp"
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/tile_item"
    android:layout_width="match_parent"
    android:layout_height="48dp"
    android:layout_height="wrap_content"
    android:minHeight="48dp"
    android:orientation="horizontal" >

    <ImageView