aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/drawable
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-05-07 01:12:02 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-05-07 01:13:08 +0200
commit6a9cb69a1f1cb4a6dad9bdeb5fa331d79c0e5930 (patch)
treef9d33c5eff4f175ff9256641dbc971321fd99b75 /OpenKeychain/src/main/res/drawable
parente97cdbd9ad06b66c67f7778eafce1970590aa654 (diff)
downloadopen-keychain-6a9cb69a1f1cb4a6dad9bdeb5fa331d79c0e5930.tar.gz
open-keychain-6a9cb69a1f1cb4a6dad9bdeb5fa331d79c0e5930.tar.bz2
open-keychain-6a9cb69a1f1cb4a6dad9bdeb5fa331d79c0e5930.zip
ui: purpelize fastscroll thumb
Diffstat (limited to 'OpenKeychain/src/main/res/drawable')
-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>