summaryrefslogtreecommitdiff
path: root/res/drawable/ic_call_detail_content_copy.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-12 12:50:55 -0700
committerAndrew Lee <anwlee@google.com>2015-10-12 13:39:12 -0700
commitf549abc92a680f31b4b210705e03428aa0d7c040 (patch)
tree76ffd93cfeb94d1b854ab925ae9a7fbb7d81ad22 /res/drawable/ic_call_detail_content_copy.xml
parent7f3e03d5593e8f48c5462f4c385317e42b6ce796 (diff)
Show icons for call detail actions.
- Remove LinearLayouts and use drawableLeft instead. + Up block asset from 18dp to 24dp. Bug: 24109819 Change-Id: I941520f1b90e6f819c7f94269e395d26c56f5734
Diffstat (limited to 'res/drawable/ic_call_detail_content_copy.xml')
-rw-r--r--res/drawable/ic_call_detail_content_copy.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/drawable/ic_call_detail_content_copy.xml b/res/drawable/ic_call_detail_content_copy.xml
new file mode 100644
index 000000000..dd604dff7
--- /dev/null
+++ b/res/drawable/ic_call_detail_content_copy.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/ic_content_copy_24dp"
+ android:tint="@color/call_detail_footer_icon_tint" />