summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2009-09-30 12:51:27 -0400
committerLeon Scroggins <scroggo@google.com>2009-09-30 12:51:27 -0400
commit1336e6dacceddbf177e7a40128c5ad965fc9a6af (patch)
treec84b99e677a5c4a59a5f91d2d48926c81e763ad7 /res/drawable
parentf59fb4ef72a3ba091aaa6eb0f306680c442c0d5a (diff)
downloadandroid_packages_apps_Gello-1336e6dacceddbf177e7a40128c5ad965fc9a6af.tar.gz
android_packages_apps_Gello-1336e6dacceddbf177e7a40128c5ad965fc9a6af.tar.bz2
android_packages_apps_Gello-1336e6dacceddbf177e7a40128c5ad965fc9a6af.zip
Remove unused assets.
Change-Id: I591c987be33b032289232cf7ae8aa45ee4e4957c
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/tab_indicator.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/res/drawable/tab_indicator.xml b/res/drawable/tab_indicator.xml
deleted file mode 100644
index 839532b9..00000000
--- a/res/drawable/tab_indicator.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 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.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item
- android:state_selected="true"
- android:state_focused="false"
- android:state_pressed="false"
- android:drawable="@drawable/minitab_selected"
- />
- <item
- android:state_selected="false"
- android:state_focused="false"
- android:state_pressed="false"
- android:drawable="@drawable/minitab_unselected"
- />
- <item
- android:state_focused="true"
- android:state_selected="true"
- android:state_pressed="false"
- android:drawable="@drawable/minitab_focus"
- />
- <item
- android:state_pressed="true"
- android:state_selected="true"
- android:state_focused="true"
- android:drawable="@drawable/minitab_press"
- />
-</selector>