diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4a7abb90341..a2d80499901 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -690,12 +690,12 @@ + android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/> + android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/> + android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/> + android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/> diff --git a/res/drawable/sim_confirm_dialog_btn_outline.xml b/res/drawable/sim_confirm_dialog_btn_outline.xml new file mode 100644 index 00000000000..5722f8ce7ec --- /dev/null +++ b/res/drawable/sim_confirm_dialog_btn_outline.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/sim_confirm_dialog_rounded_bg.xml b/res/drawable/sim_confirm_dialog_rounded_bg.xml new file mode 100644 index 00000000000..ab7e39229c4 --- /dev/null +++ b/res/drawable/sim_confirm_dialog_rounded_bg.xml @@ -0,0 +1,30 @@ + + + + + + + + diff --git a/res/layout/select_account_list_item.xml b/res/layout/select_account_list_item.xml index 3587e55b0b6..716adff824d 100644 --- a/res/layout/select_account_list_item.xml +++ b/res/layout/select_account_list_item.xml @@ -16,42 +16,26 @@ - - - - + - - - + android:singleLine="true" + android:ellipsize="marquee" + android:fadingEdge="horizontal" /> + diff --git a/res/layout/sim_confirm_dialog_item_multiple_enabled_profiles_supported.xml b/res/layout/sim_confirm_dialog_item_multiple_enabled_profiles_supported.xml new file mode 100644 index 00000000000..003cdbfa137 --- /dev/null +++ b/res/layout/sim_confirm_dialog_item_multiple_enabled_profiles_supported.xml @@ -0,0 +1,30 @@ + + + + diff --git a/res/layout/sim_confirm_dialog_multiple_enabled_profiles_supported.xml b/res/layout/sim_confirm_dialog_multiple_enabled_profiles_supported.xml new file mode 100644 index 00000000000..610bf3de2e8 --- /dev/null +++ b/res/layout/sim_confirm_dialog_multiple_enabled_profiles_supported.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/sim_confirm_dialog_title_multiple_enabled_profiles_supported.xml b/res/layout/sim_confirm_dialog_title_multiple_enabled_profiles_supported.xml new file mode 100644 index 00000000000..f43303f8497 --- /dev/null +++ b/res/layout/sim_confirm_dialog_title_multiple_enabled_profiles_supported.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/values-night/styles.xml b/res/values-night/styles.xml index 87159b8b76f..a388855e8d7 100644 --- a/res/values-night/styles.xml +++ b/res/values-night/styles.xml @@ -16,9 +16,18 @@ --> + - + + \ No newline at end of file diff --git a/res/values-night/themes.xml b/res/values-night/themes.xml index 946cd91ce0a..4564827d40d 100644 --- a/res/values-night/themes.xml +++ b/res/values-night/themes.xml @@ -34,6 +34,12 @@ @*android:color/surface_dark + + + + + + + + diff --git a/res/values/themes.xml b/res/values/themes.xml index 4575be10711..3328b6c173e 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -142,6 +142,13 @@ @*android:style/Widget.DeviceDefault.Button.ButtonBar.AlertDialog + + +