aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/drawable/apptheme_fastscroll_thumb_holo.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-05-07 09:05:38 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-05-07 09:05:38 +0200
commita36f7f80e2552aff0b7bd647e8f9aec0cc80efec (patch)
treee1466d03c79babf87f7d2baf4b381448b7f72c6d /OpenKeychain/src/main/res/drawable/apptheme_fastscroll_thumb_holo.xml
parentdc382a2ddd40a2797ad3458a50afb5e88ec27b32 (diff)
parent174858e9cf8f874fec3a564d026a79be7d166cff (diff)
downloadopen-keychain-a36f7f80e2552aff0b7bd647e8f9aec0cc80efec.tar.gz
open-keychain-a36f7f80e2552aff0b7bd647e8f9aec0cc80efec.tar.bz2
open-keychain-a36f7f80e2552aff0b7bd647e8f9aec0cc80efec.zip
Merge branch 'master' of github.com:open-keychain/open-keychain
Diffstat (limited to 'OpenKeychain/src/main/res/drawable/apptheme_fastscroll_thumb_holo.xml')
-rw-r--r--OpenKeychain/src/main/res/drawable/apptheme_fastscroll_thumb_holo.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/drawable/apptheme_fastscroll_thumb_holo.xml b/OpenKeychain/src/main/res/drawable/apptheme_fastscroll_thumb_holo.xml
new file mode 100644
index 000000000..e7121f083
--- /dev/null
+++ b/OpenKeychain/src/main/res/drawable/apptheme_fastscroll_thumb_holo.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.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true" android:drawable="@drawable/apptheme_fastscroll_thumb_pressed_holo" />
+ <item android:drawable="@drawable/apptheme_fastscroll_thumb_default_holo" />
+</selector>