summaryrefslogtreecommitdiff
path: root/android/abs-lib/res/drawable/abs__list_selector_background_transition_holo_light.xml
diff options
context:
space:
mode:
authorIain Billett <iainbillett@gmail.com>2012-07-21 16:42:38 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-08-07 15:23:54 +0100
commitd5fdc95225528682c90b7fa92f4c66d5bfc98dd9 (patch)
treec19260addb53fa22430c6ef61e62fa3a03acacb2 /android/abs-lib/res/drawable/abs__list_selector_background_transition_holo_light.xml
parent97576def7d008661bf7fdc3700b56b77b88e97e6 (diff)
Added Actionbar-sherlock lib & added dark striped actionbar with Holo.light
Diffstat (limited to 'android/abs-lib/res/drawable/abs__list_selector_background_transition_holo_light.xml')
-rwxr-xr-xandroid/abs-lib/res/drawable/abs__list_selector_background_transition_holo_light.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/android/abs-lib/res/drawable/abs__list_selector_background_transition_holo_light.xml b/android/abs-lib/res/drawable/abs__list_selector_background_transition_holo_light.xml
new file mode 100755
index 000000000000..d7e31b1d1f86
--- /dev/null
+++ b/android/abs-lib/res/drawable/abs__list_selector_background_transition_holo_light.xml
@@ -0,0 +1,20 @@
+<?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.
+-->
+
+<transition xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:drawable="@drawable/abs__list_pressed_holo_light" />
+ <item android:drawable="@drawable/abs__list_longpressed_holo" />
+</transition>