aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/qr_code_activity.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-07-27 21:40:43 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-07-27 21:40:43 +0200
commit5974dccbeaf672db76cb3be7ee639f2bd6638a38 (patch)
tree46e1f3b6a89dc4af31714c6ad39f26c3082d4b28 /OpenKeychain/src/main/res/layout/qr_code_activity.xml
parent0f87b81158d0de0bd4e1af54a0bbc2cd6c10527e (diff)
downloadopen-keychain-5974dccbeaf672db76cb3be7ee639f2bd6638a38.tar.gz
open-keychain-5974dccbeaf672db76cb3be7ee639f2bd6638a38.tar.bz2
open-keychain-5974dccbeaf672db76cb3be7ee639f2bd6638a38.zip
Redesigned QR Code view
Diffstat (limited to 'OpenKeychain/src/main/res/layout/qr_code_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/qr_code_activity.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/qr_code_activity.xml b/OpenKeychain/src/main/res/layout/qr_code_activity.xml
new file mode 100644
index 000000000..57c869db6
--- /dev/null
+++ b/OpenKeychain/src/main/res/layout/qr_code_activity.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
+
+ <ImageView
+ android:id="@+id/qr_code_image"
+ android:padding="32dp"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ style="@style/SelectableItem" />
+
+</LinearLayout> \ No newline at end of file