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_header.xml | 27 +++++++++++++++++++-------- res/layout/blocked_number_item.xml | 4 ++-- 2 files changed, 21 insertions(+), 10 deletions(-) (limited to 'res/layout') diff --git a/res/layout/blocked_number_header.xml b/res/layout/blocked_number_header.xml index 29a05bd26..57f5df0e2 100644 --- a/res/layout/blocked_number_header.xml +++ b/res/layout/blocked_number_header.xml @@ -136,18 +136,29 @@ android:layout_height="1dp" android:layout_below="@id/import_button" android:background="@color/divider_line_color" - android:layout_marginTop="8dp" - android:layout_marginBottom="8dp" /> + android:layout_marginTop="8dp" /> -