summaryrefslogtreecommitdiffstats
path: root/res/drawable-sw600dp/agenda_item_bg_primary.xml
diff options
context:
space:
mode:
authorIsaac Katzenelson <isaack@android.com>2011-10-25 18:00:50 -0700
committerIsaac Katzenelson <isaack@android.com>2011-10-31 17:38:38 -0700
commit7ef2981ab9ad32a6818b36cefbd39f070ba708ed (patch)
tree74cc06a05b237d6775ba25690cd8c8ed9533cd56 /res/drawable-sw600dp/agenda_item_bg_primary.xml
parent4f04f9f3bee90bad4f0fa0505a5c3644834c1b50 (diff)
downloadandroid_packages_apps_Calendar-7ef2981ab9ad32a6818b36cefbd39f070ba708ed.tar.gz
android_packages_apps_Calendar-7ef2981ab9ad32a6818b36cefbd39f070ba708ed.tar.bz2
android_packages_apps_Calendar-7ef2981ab9ad32a6818b36cefbd39f070ba708ed.zip
Support for 7 inch devices
Changed layout directory names Added values directories Added config values to support event info behavior Change-Id: I78d14e952250008cc453ed7b2ff3ec638eea6eac
Diffstat (limited to 'res/drawable-sw600dp/agenda_item_bg_primary.xml')
-rw-r--r--res/drawable-sw600dp/agenda_item_bg_primary.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/res/drawable-sw600dp/agenda_item_bg_primary.xml b/res/drawable-sw600dp/agenda_item_bg_primary.xml
new file mode 100644
index 00000000..0044d185
--- /dev/null
+++ b/res/drawable-sw600dp/agenda_item_bg_primary.xml
@@ -0,0 +1,28 @@
+<?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"
+ android:exitFadeDuration="@android:integer/config_mediumAnimTime">
+ <item
+ android:state_focused="false"
+ android:state_pressed="false"
+ android:drawable="@drawable/list_multi_left_primary_holo" />
+ <item
+ android:state_focused="true"
+ android:drawable="@drawable/list_multi_left_focused_holo" />
+ <item
+ android:drawable="@drawable/list_multi_left_pressed_holo" />
+</selector>