aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout/share_qr_code_dialog.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-10-05 23:32:47 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-10-05 23:32:47 +0200
commit2942d94a29ce298723b5f20b5bf4c2e43eb795a7 (patch)
tree284b5cff32b063292cb4d51ba64ee67c628f63e0 /OpenPGP-Keychain/res/layout/share_qr_code_dialog.xml
parent05cc2023daa57bfdb813e478ddb61c1b2f3156c4 (diff)
downloadopen-keychain-2942d94a29ce298723b5f20b5bf4c2e43eb795a7.tar.gz
open-keychain-2942d94a29ce298723b5f20b5bf4c2e43eb795a7.tar.bz2
open-keychain-2942d94a29ce298723b5f20b5bf4c2e43eb795a7.zip
QR Code sharing with multiple QR Codes
Diffstat (limited to 'OpenPGP-Keychain/res/layout/share_qr_code_dialog.xml')
-rw-r--r--OpenPGP-Keychain/res/layout/share_qr_code_dialog.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/res/layout/share_qr_code_dialog.xml b/OpenPGP-Keychain/res/layout/share_qr_code_dialog.xml
new file mode 100644
index 000000000..88b06b698
--- /dev/null
+++ b/OpenPGP-Keychain/res/layout/share_qr_code_dialog.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2010 Thialfihar <thi@thialfihar.org>
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical" >
+
+ <TextView
+ android:id="@+id/share_qr_code_dialog_text"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:padding="8dp"
+ android:text="@string/share_qr_code_dialog_start"
+ android:textAppearance="@android:style/TextAppearance.Medium" />
+
+ <ImageView
+ android:id="@+id/share_qr_code_dialog_image"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" />
+
+</LinearLayout> \ No newline at end of file