aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-03-10 02:13:36 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-03-10 02:13:36 +0100
commitb3257e0ffa53f93d550d71c1a5ffcecb4f4df0e5 (patch)
tree5749cb4382a5d747d996fee2f0527011dcabc5db /OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml
parentae1c80e8b39e932da2733d8e7781a58214f72534 (diff)
downloadopen-keychain-b3257e0ffa53f93d550d71c1a5ffcecb4f4df0e5.tar.gz
open-keychain-b3257e0ffa53f93d550d71c1a5ffcecb4f4df0e5.tar.bz2
open-keychain-b3257e0ffa53f93d550d71c1a5ffcecb4f4df0e5.zip
Ripple
Diffstat (limited to 'OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml b/OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml
index 9007d2149..80e59ad18 100644
--- a/OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml
@@ -10,7 +10,7 @@
android:layout_width="match_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:clickable="true"
- style="@style/SelectableItem"
+ android:background="?android:selectableItemBackground"
android:orientation="horizontal">
<TextView
@@ -40,7 +40,7 @@
android:padding="8dp"
android:src="@drawable/ic_nfc_white_24dp"
android:layout_gravity="center_vertical"
- style="@style/SelectableItem" />
+ android:background="?android:selectableItemBackground" />
</LinearLayout>