summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-07-21 14:55:10 -0700
committerBrian Attwell <brianattwell@google.com>2014-07-22 12:05:21 -0700
commit7437058d4c9fd10fdeb4e78166591e68629cd03c (patch)
tree730819071403f42d11b09b56fe68de759334b0e8 /res/drawable
parent80c81b1170c692cccdfe76f695fee74525e04a75 (diff)
downloadandroid_packages_apps_Dialer-7437058d4c9fd10fdeb4e78166591e68629cd03c.tar.gz
android_packages_apps_Dialer-7437058d4c9fd10fdeb4e78166591e68629cd03c.tar.bz2
android_packages_apps_Dialer-7437058d4c9fd10fdeb4e78166591e68629cd03c.zip
Move ViewPagerTabs out of Dialer repo
Bug: 16158921 Bug: 15616182 Change-Id: Ie648d78dd4df402936c4665eca7c6998e463ca2b
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/view_pager_tab_background.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/res/drawable/view_pager_tab_background.xml b/res/drawable/view_pager_tab_background.xml
deleted file mode 100644
index 1ba6c57e0..000000000
--- a/res/drawable/view_pager_tab_background.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?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 android:id="@android:id/mask">
- <color android:color="@android:color/white" />
- </item>
-</ripple> \ No newline at end of file