Merge "Fix button label missing in the SIM card pop ups" into udc-dev am: ac2dc8dd01
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/22731782 Change-Id: I9dad3f09aa72baa927e6825f263f86cd35098a2d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -14,12 +14,12 @@
|
|||||||
limitations under the License.
|
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:id="@+id/title"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:minHeight="?attr/listPreferredItemHeightSmall"
|
android:minHeight="?attr/listPreferredItemHeightSmall"
|
||||||
style="?attr/materialAlertDialogBodyTextStyle"
|
style="@style/SettingsLibActionButton"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:paddingTop="?attr/listPreferredItemPaddingStart"
|
android:paddingTop="?attr/listPreferredItemPaddingStart"
|
||||||
android:paddingBottom="?attr/listPreferredItemPaddingEnd"
|
android:paddingBottom="?attr/listPreferredItemPaddingEnd"
|
||||||
|
Reference in New Issue
Block a user