Fix bug #15729260 Switch should not have any outer glow ripple around its circle

- @null for the background

Change-Id: If2fa9f3dcdbd79af42e308120ce0c3ba3bc78ea3
This commit is contained in:
Fabrice Di Meglio
2014-06-18 16:37:33 -07:00
parent b11f132e07
commit ee18fdbec8

View File

@@ -32,6 +32,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
android:layout_marginEnd="?attr/switchBarMarginEnd" /> android:layout_marginEnd="?attr/switchBarMarginEnd"
android:background="@null" />
</merge> </merge>