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

Commit df77106e authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix bug #16712121 Add 'Experimental' substring to 'High contrast text'

- add "(Experimental)" as a summary text for "High contrast text"

Change-Id: I6faf1ea382e90a4f0dffcc8a093e4aa5a4653d23
parent 1f4049ed
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5866,4 +5866,8 @@

    <!-- Title for a managed (work) profile. [CHAR LIMIT=25] -->
    <string name="managed_user_title">Work profile</string>

    <!-- Summary Title for saying that the preference is experimental and will evolve over time due to User feedback. [CHAR LIMIT=NONE] -->
    <string name="experimental_preference">(Experimental)</string>

</resources>
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
        <CheckBoxPreference
                android:key="toggle_high_text_contrast_preference"
                android:title="@string/accessibility_toggle_high_text_contrast_preference_title"
                android:summary="@string/experimental_preference"
                android:persistent="false"/>

        <CheckBoxPreference