summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-09-13 14:39:55 -0700
committerWinson Chung <winsonc@google.com>2013-09-13 14:39:55 -0700
commit468a1556009006c7a111b5de583f0c5c71792312 (patch)
treea2c15501da959d356c4a49612ab572d53ec36918 /res/drawable
parent11a1a53651924b544513f1f6971a735b18d67539 (diff)
downloadandroid_packages_apps_Trebuchet-468a1556009006c7a111b5de583f0c5c71792312.tar.gz
android_packages_apps_Trebuchet-468a1556009006c7a111b5de583f0c5c71792312.tar.bz2
android_packages_apps_Trebuchet-468a1556009006c7a111b5de583f0c5c71792312.zip
Adding xxhdpi resource directories.
Change-Id: Iccbdcbfc98187fd3a862774c4b11105d5f5b6d24
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/flying_icon_bg.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/res/drawable/flying_icon_bg.xml b/res/drawable/flying_icon_bg.xml
deleted file mode 100644
index 167c3ba27..000000000
--- a/res/drawable/flying_icon_bg.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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_pressed="true" android:drawable="@drawable/flying_icon_bg_pressed" />
- <item android:drawable="@android:color/transparent" />
-</selector>