From 0539c35bc125843217db999c935be991365c5b6c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 28 Oct 2015 18:26:00 -0700 Subject: Restyle add button for blocked number settings. + Convert from button into list item with ripple feedback. - Removed divider line between list items, including the custom background drawable which used to be used to achieve the divider only for the bottom border. Bug: 25356667 Change-Id: Ic19fd8b895b7b12a140c64a945f8ac8571e0a510 --- res/layout/blocked_number_item.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/layout/blocked_number_item.xml') diff --git a/res/layout/blocked_number_item.xml b/res/layout/blocked_number_item.xml index 79ca42e14..82e2207b7 100644 --- a/res/layout/blocked_number_item.xml +++ b/res/layout/blocked_number_item.xml @@ -25,7 +25,7 @@ android:gravity="center_vertical" android:orientation="horizontal" android:focusable="true" - android:background="@drawable/blocked_number_item_background"> + android:background="@android:color/white"> -- cgit v1.2.3