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

Commit 7d063294 authored by Chaohui Wang's avatar Chaohui Wang Committed by Automerger Merge Worker
Browse files

Merge "Fix button label missing in the SIM card pop ups" into udc-dev am: ac2dc8dd

parents 63b579aa ac2dc8dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,12 +14,12 @@
     limitations under the License.
-->

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
<Button xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/title"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:minHeight="?attr/listPreferredItemHeightSmall"
    style="?attr/materialAlertDialogBodyTextStyle"
    style="@style/SettingsLibActionButton"
    android:gravity="center"
    android:paddingTop="?attr/listPreferredItemPaddingStart"
    android:paddingBottom="?attr/listPreferredItemPaddingEnd"