Merge "Use FooterPreference in xml explicitly"
This commit is contained in:
committed by
Android (Google) Code Review
commit
182ca7893f
@@ -16,6 +16,7 @@
|
||||
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:key="autoclick_preference_screen"
|
||||
android:title="@string/accessibility_autoclick_preference_title">
|
||||
|
||||
@@ -24,4 +25,9 @@
|
||||
android:key="autoclick_delay"
|
||||
android:title="@string/accessibility_autoclick_delay_preference_title" />
|
||||
|
||||
<com.android.settingslib.widget.FooterPreference
|
||||
android:key="autoclick_footer"
|
||||
android:title="@string/accessibility_autoclick_description"
|
||||
android:selectable="false"
|
||||
settings:searchable="false"/>
|
||||
</PreferenceScreen>
|
||||
|
@@ -16,6 +16,7 @@
|
||||
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:key="daltonizer_preference_screen"
|
||||
android:title="@string/accessibility_display_daltonizer_preference_title">
|
||||
|
||||
@@ -27,4 +28,9 @@
|
||||
android:title="@string/daltonizer_type"
|
||||
android:icon="@drawable/ic_accessibility_illustration_colorblind" />
|
||||
|
||||
<com.android.settingslib.widget.FooterPreference
|
||||
android:key="daltonizer_footer"
|
||||
android:title="@string/accessibility_display_daltonizer_preference_subtitle"
|
||||
android:selectable="false"
|
||||
settings:searchable="false"/>
|
||||
</PreferenceScreen>
|
||||
|
@@ -14,6 +14,7 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/accessibility_global_gesture_preference_title" >
|
||||
|
||||
<Preference
|
||||
@@ -24,4 +25,10 @@
|
||||
<SwitchPreference
|
||||
android:key="accessibility_shortcut_on_lock_screen"
|
||||
android:title="@string/accessibility_shortcut_service_on_lock_screen_title"/>
|
||||
|
||||
<com.android.settingslib.widget.FooterPreference
|
||||
android:key="accessibility_shortcut_footer"
|
||||
android:title="@string/accessibility_shortcut_description"
|
||||
android:selectable="false"
|
||||
settings:searchable="false"/>
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user