Merge "Prevent SwitchPreference widget from receiving a11y focus" into lmp-dev

This commit is contained in:
Alan Viverette
2014-08-14 20:07:33 +00:00
committed by Android (Google) Code Review

View File

@@ -21,4 +21,5 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:focusable="false"
android:clickable="false"
android:background="@null" />