summaryrefslogtreecommitdiffstats
path: root/res/layout/switch_bar.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-05-15 17:34:14 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-05-15 17:44:26 -0700
commit6220275d6dec8ffc6f1df2cbfbf42934d09d41f0 (patch)
treeba632c7b6defa71c15f7901ae3134bc94c2553d4 /res/layout/switch_bar.xml
parent5160536df91bb9daa6cac9a878ce406deda791c6 (diff)
downloadpackages_apps_Settings-6220275d6dec8ffc6f1df2cbfbf42934d09d41f0.zip
packages_apps_Settings-6220275d6dec8ffc6f1df2cbfbf42934d09d41f0.tar.gz
packages_apps_Settings-6220275d6dec8ffc6f1df2cbfbf42934d09d41f0.tar.bz2
Use SwitchBar for Accessibility Settings
Deals with Talkback / Captions / Magnification Gestures - follow up CL to 41937766981423c9252e12e3319b2e7532739627 Related to bug #14898161 On/Off switches must move down from Action Bar Change-Id: Ibda0ed05b399f1b2b4464c5b22a3e9fd3d378867
Diffstat (limited to 'res/layout/switch_bar.xml')
-rw-r--r--res/layout/switch_bar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/switch_bar.xml b/res/layout/switch_bar.xml
index f9a887f..40f7aa8 100644
--- a/res/layout/switch_bar.xml
+++ b/res/layout/switch_bar.xml
@@ -28,7 +28,7 @@
android:textAppearance="@style/TextAppearance.Switch"
android:textAlignment="viewStart" />
- <Switch android:id="@+id/switch_widget"
+ <com.android.settings.widget.ToggleSwitch android:id="@+id/switch_widget"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"