summaryrefslogtreecommitdiffstats
path: root/res/drawable/manage_apps_button.xml
diff options
context:
space:
mode:
authorRaj Yengisetty <raj@cyngn.com>2015-01-14 16:24:59 +0800
committerMatt Garnes <matt@cyngn.com>2015-01-21 03:52:35 +0000
commitd44aa3775ad4ebca28070e9eb4d013c380dce6c4 (patch)
treeabf237f491eebb3dce19e0dfd8cb0f27e8f72159 /res/drawable/manage_apps_button.xml
parentc183e8c5d9c5ed1137b6a4cabe456b4db219da31 (diff)
downloadandroid_packages_apps_Trebuchet-d44aa3775ad4ebca28070e9eb4d013c380dce6c4.tar.gz
android_packages_apps_Trebuchet-d44aa3775ad4ebca28070e9eb4d013c380dce6c4.tar.bz2
android_packages_apps_Trebuchet-d44aa3775ad4ebca28070e9eb4d013c380dce6c4.zip
Adding manage apps shortcut to Settings panel
Change-Id: I02b454072258d57e82c825417941382ea7807e83 (cherry picked from commit cc342519488d50d2f59f514940de6cf02bd53ab2)
Diffstat (limited to 'res/drawable/manage_apps_button.xml')
-rw-r--r--res/drawable/manage_apps_button.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/drawable/manage_apps_button.xml b/res/drawable/manage_apps_button.xml
new file mode 100644
index 000000000..24d841e60
--- /dev/null
+++ b/res/drawable/manage_apps_button.xml
@@ -0,0 +1,21 @@
+<?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.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_focused="true" android:drawable="@drawable/ic_apps_pressed" />
+ <item android:state_pressed="true" android:drawable="@drawable/ic_apps_pressed" />
+ <item android:drawable="@drawable/ic_apps" />
+</selector>