aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-03-13 20:18:25 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-03-13 20:18:25 +0100
commit37c81400ac57da9392f71299caf8bcaadedace16 (patch)
treea539bc053cafc84c62d3c8e84415e0342dbb6ca5 /OpenPGP-Keychain/src/main
parentc1e16995db69822532e863c07f017f73acbd1430 (diff)
downloadopen-keychain-37c81400ac57da9392f71299caf8bcaadedace16.tar.gz
open-keychain-37c81400ac57da9392f71299caf8bcaadedace16.tar.bz2
open-keychain-37c81400ac57da9392f71299caf8bcaadedace16.zip
Fix colors in item view
Diffstat (limited to 'OpenPGP-Keychain/src/main')
-rw-r--r--OpenPGP-Keychain/src/main/res/drawable/selector_transparent_button.xml2
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/key_list_item.xml2
2 files changed, 2 insertions, 2 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
index 6675a5c70..a2cacf0ad 100644
--- a/OpenPGP-Keychain/src/main/res/drawable/selector_transparent_button.xml
+++ b/OpenPGP-Keychain/src/main/res/drawable/selector_transparent_button.xml
@@ -3,5 +3,5 @@
<!-- 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="@color/transparent" />
+ <item android:drawable="@android:color/transparent" />
</selector> \ No newline at end of file
diff --git a/OpenPGP-Keychain/src/main/res/layout/key_list_item.xml b/OpenPGP-Keychain/src/main/res/layout/key_list_item.xml
index 3f1b25cc0..bee56ddfe 100644
--- a/OpenPGP-Keychain/src/main/res/layout/key_list_item.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/key_list_item.xml
@@ -43,7 +43,7 @@
android:layout_height="match_parent"
android:layout_marginBottom="8dp"
android:layout_marginTop="8dp"
- android:background="@android:color/darker_gray" />
+ android:background="?android:attr/listDivider" />
<FrameLayout
android:layout_width="80dp"