summaryrefslogtreecommitdiff
path: root/res/drawable/tab_history.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-08-13 15:20:08 -0700
committerAndrew Lee <anwlee@google.com>2015-08-14 12:47:15 -0700
commit4de59fb9ceac10ed429cd8416251329aa03ad266 (patch)
treeaeadff2f9d88b2d6bfb14e1a9b2c3487c4704312 /res/drawable/tab_history.xml
parentc4079241a7ea29773cfec497281a114b7cbbbddd (diff)
Rename "Recents" to "Call History".
+ All user-facing indications should now say "Call History". + I renamed many references in code to "Call Log", which is how we internally refer to many of the components related to call history. It seemed excessive to rename the fragment, list items, adapters, and other references to that throughout our codebase. Bug: 23017190 Change-Id: I99719122ce592962ff99705dcf4b16e17eee3ab7
Diffstat (limited to 'res/drawable/tab_history.xml')
-rw-r--r--res/drawable/tab_history.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/res/drawable/tab_history.xml b/res/drawable/tab_history.xml
new file mode 100644
index 000000000..b1a531840
--- /dev/null
+++ b/res/drawable/tab_history.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2014 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
+ -->
+
+<ripple xmlns:android="http://schemas.android.com/apk/res/android"
+ android:color="@color/tab_ripple_color">
+
+ <item>
+ <bitmap android:src="@drawable/ic_schedule_24dp"
+ android:gravity="center" />
+ </item>
+
+ <item android:id="@android:id/mask">
+ <color android:color="@android:color/white" />
+ </item>
+
+</ripple>