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

Commit 5767c25d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use resources for string"

parents 4bba690a da34e56c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+3 −0
Original line number Diff line number Diff line
@@ -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>