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

This commit is contained in:
Chaohui Wang
2023-04-20 03:39:23 +00:00
committed by Android (Google) Code Review

View File

@@ -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"