summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-28 18:26:00 -0700
committerAndrew Lee <anwlee@google.com>2015-10-29 14:39:26 -0700
commit0539c35bc125843217db999c935be991365c5b6c (patch)
tree4b1c0f7545a85f605bfa0701902ccd2d952e109f /res/drawable
parent72579fe971e0a0c3711438e8852d9659f48101c8 (diff)
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
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_blocked_numbers_settings_add.xml (renamed from res/drawable/blocked_number_item_background.xml)15
1 files changed, 3 insertions, 12 deletions
diff --git a/res/drawable/blocked_number_item_background.xml b/res/drawable/ic_blocked_numbers_settings_add.xml
index acfea20b8..adcf90676 100644
--- a/res/drawable/blocked_number_item_background.xml
+++ b/res/drawable/ic_blocked_numbers_settings_add.xml
@@ -15,15 +15,6 @@
limitations under the License.
-->
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item>
- <shape android:shape="rectangle">
- <solid android:color="@color/divider_line_color" />
- </shape>
- </item>
- <item android:bottom="1dp">
- <shape android:shape="rectangle">
- <solid android:color="@android:color/white" />
- </shape>
- </item>
-</layer-list>
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/ic_add_24dp"
+ android:tint="@color/blocked_number_icon_tint" />