First work on decrypt

This commit is contained in:
Dominik Schürmann
2014-09-14 00:11:23 +02:00
parent d5c9021b89
commit 179f48a4de
6 changed files with 166 additions and 4 deletions

View File

@@ -13,6 +13,6 @@
</android.support.v4.widget.FixedDrawerLayout>
<include layout="@layout/decrypt_content" />
<include layout="@layout/decrypt_content_old" />
</FrameLayout>

View File

@@ -4,7 +4,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/decrypt_content"/>
<include layout="@layout/decrypt_content_old"/>
<include layout="@layout/drawer_list" />