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

Commit 489f3451 authored by Adam Powell's avatar Adam Powell
Browse files

Add a minimum height of 64dp for AlertDialog content

Bug 7094388

Change-Id: Ia4316c9d9d5971734c8930fcb1c4cd6ae3661a94
parent 1f13a98c
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -67,7 +67,8 @@
        android:layout_width="match_parent"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:layout_weight="1"
        android:orientation="vertical">
        android:orientation="vertical"
        android:minHeight="64dp">
        <ScrollView android:id="@+id/scrollView"
        <ScrollView android:id="@+id/scrollView"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
@@ -86,7 +87,8 @@
    <FrameLayout android:id="@+id/customPanel"
    <FrameLayout android:id="@+id/customPanel"
        android:layout_width="match_parent"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1">
        android:layout_weight="1"
        android:minHeight="64dp">
        <FrameLayout android:id="@+android:id/custom"
        <FrameLayout android:id="@+android:id/custom"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            android:layout_height="wrap_content" />
            android:layout_height="wrap_content" />