Passphrase wizard tests

This commit is contained in:
Dominik Schürmann
2015-01-06 14:52:07 +01:00
parent ccde6add70
commit e34ad18ed2
13 changed files with 1891 additions and 22 deletions

View File

@@ -0,0 +1,11 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<FrameLayout
android:id="@+id/fragmentContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>