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

Commit bb808ae7 authored by Tetiana Meronyk's avatar Tetiana Meronyk Committed by Android (Google) Code Review
Browse files

Merge "Make width of the dialog constant even when content changes" into udc-qpr-dev

parents b6ca21a6 a8a53ba1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,13 +33,13 @@
            android:importantForAccessibility="no"/>
        <TextView
            android:id="@+id/dialog_with_icon_title"
            android:layout_width="wrap_content"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:gravity="center"
            style="@style/DialogWithIconTitle"/>
        <TextView
            android:id="@+id/dialog_with_icon_message"
            android:layout_width="wrap_content"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:gravity="center"
            style="@style/TextAppearanceSmall"/>