Loading packages/SystemUI/res/layout/qs_user_dialog_content.xml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ android:layout_height="wrap_content" android:layout_width="0dp" android:textAlignment="center" android:text="Select user" android:text="@string/qs_user_switch_dialog_title" android:textAppearance="@style/TextAppearance.QSDialog.Title" android:layout_marginBottom="32dp" sysui:layout_constraintTop_toTopOf="parent" Loading packages/SystemUI/res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -3030,4 +3030,7 @@ <string name="qs_tile_request_dialog_add">Add tile</string> <!-- Text for TileService request dialog. Text for button for user to reject adding the tile [CHAR LIMIT=20] --> <string name="qs_tile_request_dialog_not_add">Do not add tile</string> <!-- Title for User Switch dialog. [CHAR LIMIT=20] --> <string name="qs_user_switch_dialog_title">Select user</string> </resources> Loading
packages/SystemUI/res/layout/qs_user_dialog_content.xml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ android:layout_height="wrap_content" android:layout_width="0dp" android:textAlignment="center" android:text="Select user" android:text="@string/qs_user_switch_dialog_title" android:textAppearance="@style/TextAppearance.QSDialog.Title" android:layout_marginBottom="32dp" sysui:layout_constraintTop_toTopOf="parent" Loading
packages/SystemUI/res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -3030,4 +3030,7 @@ <string name="qs_tile_request_dialog_add">Add tile</string> <!-- Text for TileService request dialog. Text for button for user to reject adding the tile [CHAR LIMIT=20] --> <string name="qs_tile_request_dialog_not_add">Do not add tile</string> <!-- Title for User Switch dialog. [CHAR LIMIT=20] --> <string name="qs_user_switch_dialog_title">Select user</string> </resources>