Fingerprint verification, design fixes for qr code card

This commit is contained in:
Dominik Schürmann
2015-02-26 02:06:57 +01:00
parent a38f84a401
commit 72acaaa41f
14 changed files with 531 additions and 70 deletions

View File

@@ -7,19 +7,15 @@
android:id="@+id/toolbar_include"
layout="@layout/toolbar_standalone" />
<LinearLayout
<FrameLayout
android:layout_below="@id/toolbar_include"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/notify_area" />
<FrameLayout
android:id="@+id/create_key_fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" />
android:layout_height="match_parent" />
</LinearLayout>
</FrameLayout>
</RelativeLayout>