From 79a29303ea5123c35c92609a58b822cbe213044c Mon Sep 17 00:00:00 2001 From: Peter_Liang Date: Fri, 7 Jan 2022 16:34:14 +0800 Subject: [PATCH] Add new Text and reading options preference into the a11y settings. 1. Set visible as false until completely finish the feature. 2. This preference has no action temporally, and will continually integrate features into. Bug: 211503117 Test: manual test Change-Id: I1404e6eca6bd8246ae844f1a287e6c4872a8fded --- res/drawable/ic_adaptive_font_download.xml | 36 ++++++++++++++++++++++ res/values/strings.xml | 2 ++ res/xml/accessibility_settings.xml | 8 +++++ 3 files changed, 46 insertions(+) create mode 100644 res/drawable/ic_adaptive_font_download.xml diff --git a/res/drawable/ic_adaptive_font_download.xml b/res/drawable/ic_adaptive_font_download.xml new file mode 100644 index 00000000000..1993015b01d --- /dev/null +++ b/res/drawable/ic_adaptive_font_download.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 275ffab1df2..1b79dbbb6d5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5315,6 +5315,8 @@ Magnify with shortcut & triple-tap About %1$s + + Text and reading options Options diff --git a/res/xml/accessibility_settings.xml b/res/xml/accessibility_settings.xml index 61f527d98dc..511d575f824 100644 --- a/res/xml/accessibility_settings.xml +++ b/res/xml/accessibility_settings.xml @@ -36,6 +36,14 @@ android:persistent="false" android:title="@string/display_category_title"> + + +