Merge "UI fixes (back arrow, blue switch bar, append whether Talkback is on to summary), Talkback no longer disabled when preference is tapped, fixes SettingsPreferenceFragment to not check parent class to determine whether to show options menu."

This commit is contained in:
Anna Galusza
2016-02-03 21:40:08 +00:00
committed by Android (Google) Code Review
8 changed files with 91 additions and 63 deletions

View File

@@ -42,7 +42,7 @@
<Preference
android:key="talkback_preference"
android:summary="@string/talkback_summary"
android:title="@string/talkback_title"
android:persistent="true" />
</PreferenceScreen>