Merge "Fix bug #16712121 Add 'Experimental' substring to 'High contrast text'" into lmp-dev

This commit is contained in:
Fabrice Di Meglio
2014-08-06 17:57:34 +00:00
committed by Android (Google) Code Review
2 changed files with 5 additions and 0 deletions

View File

@@ -5870,4 +5870,8 @@
<!-- Title for a managed (work) profile. [CHAR LIMIT=25] --> <!-- Title for a managed (work) profile. [CHAR LIMIT=25] -->
<string name="managed_user_title">Work profile</string> <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> </resources>

View File

@@ -45,6 +45,7 @@
<CheckBoxPreference <CheckBoxPreference
android:key="toggle_high_text_contrast_preference" android:key="toggle_high_text_contrast_preference"
android:title="@string/accessibility_toggle_high_text_contrast_preference_title" android:title="@string/accessibility_toggle_high_text_contrast_preference_title"
android:summary="@string/experimental_preference"
android:persistent="false"/> android:persistent="false"/>
<CheckBoxPreference <CheckBoxPreference