summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-07-14 16:41:18 -0700
committerBrian Attwell <brianattwell@google.com>2014-07-14 16:41:18 -0700
commit5d998c1fd572b1d9976f85b06dee7411b3f2184c (patch)
treedbe29c8feea703c95eb626eb65859f21d63cb6e3 /res/drawable
parentd9a32d45b3b884ceb236fc8793d5558916f8ccf4 (diff)
downloadpackages_apps_ContactsCommon-5d998c1fd572b1d9976f85b06dee7411b3f2184c.tar.gz
packages_apps_ContactsCommon-5d998c1fd572b1d9976f85b06dee7411b3f2184c.tar.bz2
packages_apps_ContactsCommon-5d998c1fd572b1d9976f85b06dee7411b3f2184c.zip
Remove Contacts specific tab code from common
Bug: 16160452 Change-Id: I8e5a6be75596a8f578e912ab8cd048290ad57d78
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/action_bar_tab.xml42
-rw-r--r--res/drawable/tab_selected.xml29
-rw-r--r--res/drawable/tab_selected_focused.xml22
-rw-r--r--res/drawable/tab_unselected_focused.xml22
4 files changed, 0 insertions, 115 deletions
diff --git a/res/drawable/action_bar_tab.xml b/res/drawable/action_bar_tab.xml
deleted file mode 100644
index 20b509e1..00000000
--- a/res/drawable/action_bar_tab.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2013 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.
--->
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="@color/tab_pressed_color">
- <item>
- <ripple android:color="@color/tab_pressed_color">
- <item android:drawable="@color/tab_default_color" />
- </ripple>
- </item>
- <item>
- <selector>
- <item android:drawable="@drawable/tab_selected"
- android:state_focused="false"
- android:state_pressed="false"
- android:state_selected="true" />
- <item android:drawable="@drawable/tab_selected_focused"
- android:state_focused="true"
- android:state_pressed="false"
- android:state_selected="true" />
- <item android:drawable="@drawable/tab_unselected_focused"
- android:state_focused="true"
- android:state_pressed="false"
- android:state_selected="false" />
- <item android:drawable="@drawable/tab_selected"
- android:state_selected="true" />
- </selector>
- </item>
-</layer-list> \ No newline at end of file
diff --git a/res/drawable/tab_selected.xml b/res/drawable/tab_selected.xml
deleted file mode 100644
index 16c791e6..00000000
--- a/res/drawable/tab_selected.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2013 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.
--->
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <!-- Use a rectangle to draw a bottom aligned line. The other three sides
- of the rectangle are off the side of the screen -->
- <item
- android:top="@dimen/tab_selected_underline_height_negative"
- android:right="@dimen/tab_selected_underline_height_negative"
- android:left="@dimen/tab_selected_underline_height_negative">
- <shape android:shape="rectangle">
- <stroke android:width="@dimen/tab_selected_underline_height"
- android:color="@color/tab_selected_color"/>
- </shape>
- </item>
-</layer-list> \ No newline at end of file
diff --git a/res/drawable/tab_selected_focused.xml b/res/drawable/tab_selected_focused.xml
deleted file mode 100644
index b21b0a4b..00000000
--- a/res/drawable/tab_selected_focused.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2013 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.
--->
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
- <!-- Tab selected underline -->
- <item android:drawable="@drawable/tab_selected" />
- <!-- Focus rectangle -->
- <item android:drawable="@drawable/tab_unselected_focused" />
-</layer-list> \ No newline at end of file
diff --git a/res/drawable/tab_unselected_focused.xml b/res/drawable/tab_unselected_focused.xml
deleted file mode 100644
index aef4da86..00000000
--- a/res/drawable/tab_unselected_focused.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2013 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.
--->
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle" >
- <stroke
- android:width="4dp"
- android:color="@color/focus_color" />
-</shape> \ No newline at end of file