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

Commit 3b8735f4 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 054ff085: Merge "Fix dialog width"

* commit '054ff085':
  Fix dialog width
parents 7b523225 054ff085
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"