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

Commit 34f2ccb5 authored by Alan Viverette's avatar Alan Viverette
Browse files

Fix dialog width

Also breaks dialog button alignment, but we'll fix that later.

Change-Id: I5def9ff3dc9dfcbce34e514ae546c47e5d3863e1
parent 012785d8
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/parentPanel"
    android:layout_width="wrap_content"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical">

@@ -102,10 +102,6 @@
                android:maxLines="2"
                android:minHeight="@dimen/alert_dialog_button_bar_height"
                style="?android:attr/buttonBarButtonStyle" />
            <View android:layout_width="0dp"
                android:layout_height="0dp"
                android:layout_weight="1"
                android:visibility="invisible" />
            <Button android:id="@+id/button2"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"