Layouts for new encrypt design

This commit is contained in:
Dominik Schürmann
2014-03-31 20:04:05 +02:00
parent bb2fb786a8
commit 8f2abf36f8
6 changed files with 263 additions and 12 deletions

View File

@@ -39,13 +39,6 @@
bootstrapbutton:bb_type="default" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
</LinearLayout>
<CheckBox
android:id="@+id/decrypt_file_delete_after_decryption"
android:layout_width="wrap_content"
@@ -54,7 +47,8 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:padding="4dp">
<TextView
style="@style/SectionHeader"
@@ -78,6 +72,4 @@
android:layout_alignParentStart="true" />
</RelativeLayout>
</LinearLayout>