aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/certify_fingerprint_activity.xml
diff options
context:
space:
mode:
authorAdithya Abraham Philip <adithyaphilip@gmail.com>2015-02-26 22:26:40 +0530
committerAdithya Abraham Philip <adithyaphilip@gmail.com>2015-02-26 22:26:40 +0530
commit99ff9d2340689e1ebc274e463c86af0a03806491 (patch)
tree7b3071c21dab1d026adfd5462ceaea31651c029e /OpenKeychain/src/main/res/layout/certify_fingerprint_activity.xml
parentec353b0c390f7b3f45b950171e56c6ddcd0a9607 (diff)
parent1210a80a96d9f862829ac1122e94b68fe8b8b5d7 (diff)
downloadopen-keychain-99ff9d2340689e1ebc274e463c86af0a03806491.tar.gz
open-keychain-99ff9d2340689e1ebc274e463c86af0a03806491.tar.bz2
open-keychain-99ff9d2340689e1ebc274e463c86af0a03806491.zip
merged dialog
Diffstat (limited to 'OpenKeychain/src/main/res/layout/certify_fingerprint_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/certify_fingerprint_activity.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/certify_fingerprint_activity.xml b/OpenKeychain/src/main/res/layout/certify_fingerprint_activity.xml
new file mode 100644
index 000000000..ec91d1455
--- /dev/null
+++ b/OpenKeychain/src/main/res/layout/certify_fingerprint_activity.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:card_view="http://schemas.android.com/apk/res-auto"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <include
+ android:id="@+id/toolbar_include"
+ layout="@layout/toolbar_standalone" />
+
+ <LinearLayout
+ android:layout_below="@id/toolbar_include"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
+
+ <FrameLayout
+ android:id="@+id/content_frame"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <FrameLayout
+ android:id="@+id/certify_fingerprint_fragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical" />
+
+ </FrameLayout>
+
+ </LinearLayout>
+</RelativeLayout> \ No newline at end of file