From ee18fdbec8bb640b386f38edb11dbf4122d57455 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Wed, 18 Jun 2014 16:37:33 -0700 Subject: [PATCH] Fix bug #15729260 Switch should not have any outer glow ripple around its circle - @null for the background Change-Id: If2fa9f3dcdbd79af42e308120ce0c3ba3bc78ea3 --- res/layout/switch_bar.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/switch_bar.xml b/res/layout/switch_bar.xml index cdf14d7b3f4..be24ff1d991 100644 --- a/res/layout/switch_bar.xml +++ b/res/layout/switch_bar.xml @@ -32,6 +32,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" - android:layout_marginEnd="?attr/switchBarMarginEnd" /> + android:layout_marginEnd="?attr/switchBarMarginEnd" + android:background="@null" />