Experimental work on a fragment-based encrypt activity

This commit is contained in:
Dominik Schürmann
2014-04-01 13:25:44 +02:00
parent 8f2abf36f8
commit 4c3506f4b1
15 changed files with 1308 additions and 1182 deletions

View File

@@ -59,7 +59,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/section_encrypt_and_or_sign"
android:layout_above="@+id/decrypt_file_action_decrypt"
android:layout_above="@+id/action_encrypt_file"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />
@@ -68,10 +68,12 @@
android:layout_width="match_parent"
android:layout_height="60dp"
android:padding="4dp"
android:visibility="gone"
android:text="@string/btn_encrypt_file"
bootstrapbutton:bb_icon_left="fa-lock"
bootstrapbutton:bb_type="info" />
bootstrapbutton:bb_type="info"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />
</RelativeLayout>
</LinearLayout>