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

Commit 93d4c571 authored by George Lin's avatar George Lin
Browse files

Update system colors string

Test: Manually tested
Bug: 376092260
Flag: com.android.systemui.shared.new_customization_picker_ui
Change-Id: I0ed979fdac1b280e1ec23bf9ce8a335f77308f3f
parent 29176ce0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
        style="@style/CustomizationOptionEntryTitleTextStyle"
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:text="@string/color_picker_title"
        android:text="@string/system_colors_title"
        android:layout_marginEnd="@dimen/customization_option_entry_text_margin_end"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintEnd_toStartOf="@+id/option_entry_colors_icon_container"
+7 −0
Original line number Diff line number Diff line
@@ -369,6 +369,13 @@
    -->
    <string name="color_picker_title">System colors</string>

    <!--
    Title for a customization picker section where the user can configure the system colors by
    selecting from a list of color options.
    [CHAR LIMIT=32].
    -->
    <string name="system_colors_title">Colors</string>

    <!--
    Name of the slot on the "start" side of the bottom of the lock screen, where lock screen
    shortcuts can be added to the lock screen. In left-to-right languages, this is the left-hand
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ constructor(private val defaultToolbarBinder: DefaultToolbarBinder) : ToolbarBin
                    viewModel.selectedOption.collect {
                        val stringResId =
                            when (it) {
                                COLORS -> ThemePickerR.string.color_picker_title
                                COLORS -> ThemePickerR.string.system_colors_title
                                APP_SHAPE_GRID -> ThemePickerR.string.shape_and_grid_title
                                CLOCK -> ThemePickerR.string.custom_clocks_label
                                SHORTCUTS ->