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-02-25 20:50:34 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-02-25 20:50:34 +0100
commitb521162ef049d223987af4c424083a8355c9bfb0 (patch)
tree94e7f4b59751721a86198b3ba6bdaf6114c11a03 /OpenKeychain/src/main/res/layout/import_keys_qr_code_fragment.xml
parent0931c7742bdb238d222362fee3b865bfa33dfc22 (diff)
downloadopen-keychain-b521162ef049d223987af4c424083a8355c9bfb0.tar.gz
open-keychain-b521162ef049d223987af4c424083a8355c9bfb0.tar.bz2
open-keychain-b521162ef049d223987af4c424083a8355c9bfb0.zip
Invoke NFC button
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 1cc414dab..9007d2149 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
@@ -21,7 +21,7 @@
android:layout_height="match_parent"
android:text="@string/import_qr_code_button"
android:layout_weight="1"
- android:drawableRight="@drawable/ic_action_qr_code"
+ android:drawableRight="@drawable/ic_qrcode_white_24dp"
android:drawablePadding="8dp"
android:gravity="center_vertical" />
@@ -38,7 +38,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:padding="8dp"
- android:src="@drawable/ic_action_nfc"
+ android:src="@drawable/ic_nfc_white_24dp"
android:layout_gravity="center_vertical"
style="@style/SelectableItem" />