Fix bug #16712121 Add 'Experimental' substring to 'High contrast text'
- add "(Experimental)" as a summary text for "High contrast text" Change-Id: I6faf1ea382e90a4f0dffcc8a093e4aa5a4653d23
This commit is contained in:
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user