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

Commit db369708 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: b62c7fe1

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

Change-Id: I1045c32ff10322b77c82e8e93317733873a136ce
parents d708fda3 b62c7fe1
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