summaryrefslogtreecommitdiffstats
path: root/res/drawable/setting_picker.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-02-10 13:08:59 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-02-15 10:08:07 -0800
commitc584b55146c51feda057bb0faa455f57cda76c8b (patch)
treebccaa66e8c56e9315baf6408cce25ac97946352b /res/drawable/setting_picker.xml
parent40bcbea44b82d127cc289ca0967cfc9d353667f6 (diff)
downloadandroid_packages_apps_Snap-c584b55146c51feda057bb0faa455f57cda76c8b.tar.gz
android_packages_apps_Snap-c584b55146c51feda057bb0faa455f57cda76c8b.tar.bz2
android_packages_apps_Snap-c584b55146c51feda057bb0faa455f57cda76c8b.zip
De-uglify menu.
Change-Id: I19d8a3d5a12c4be06bced056b80ad1a354c6b761
Diffstat (limited to 'res/drawable/setting_picker.xml')
-rw-r--r--res/drawable/setting_picker.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/res/drawable/setting_picker.xml b/res/drawable/setting_picker.xml
deleted file mode 100644
index c3bff41ea..000000000
--- a/res/drawable/setting_picker.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 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_checked="true"
- android:drawable="@drawable/list_pressed_holo_light" />
- <item android:drawable="@android:color/transparent" />
-</selector>