Decreased padding on switches in settings to fix bluetoot

Bug: 5525612
Change-Id: Id93e4aae8b1e36614383a09266ce6c3f715404ab
This commit is contained in:
Peter Ng
2011-11-08 16:14:20 -08:00
parent 2eb32b0077
commit 2215abe996

View File

@@ -63,7 +63,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:padding="16dip"
android:padding="8dip"
android:focusable="false"
android:clickable="true" />