Merge "Fix bug #16712121 Add 'Experimental' substring to 'High contrast text'" into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bce84e798b
@@ -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>
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user