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:
Fabrice Di Meglio
2014-08-06 10:55:39 -07:00
parent 1f4049edfe
commit df77106e94
2 changed files with 5 additions and 0 deletions

View File

@@ -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>

View File

@@ -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