aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/drawable/selector_transparent_button.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/drawable/selector_transparent_button.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/drawable/selector_transparent_button.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenPGP-Keychain/src/main/res/drawable/selector_transparent_button.xml b/OpenPGP-Keychain/src/main/res/drawable/selector_transparent_button.xml
deleted file mode 100644
index a2cacf0ad..000000000
--- a/OpenPGP-Keychain/src/main/res/drawable/selector_transparent_button.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!-- Borderless Buttons for API < 11, see http://stackoverflow.com/a/14663170 -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_shortAnimTime">
- <item android:state_pressed="true" android:drawable="@color/emphasis" />
- <item android:drawable="@android:color/transparent" />
-</selector> \ No newline at end of file