2014-03-29 00:11:07 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-05-06 03:26:42 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-03-29 00:11:07 +01:00
|
|
|
android:layout_width="match_parent"
|
2014-03-30 21:33:00 +02:00
|
|
|
android:layout_height="match_parent"
|
2015-05-06 03:26:42 +02:00
|
|
|
android:orientation="vertical">
|
2014-03-30 21:33:00 +02:00
|
|
|
|
2014-03-29 00:11:07 +01:00
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
2015-05-06 03:26:42 +02:00
|
|
|
android:layout_height="match_parent"
|
2014-04-01 15:33:56 +02:00
|
|
|
android:orientation="vertical">
|
2014-03-29 00:11:07 +01:00
|
|
|
|
2015-05-06 03:26:42 +02:00
|
|
|
<ScrollView
|
|
|
|
|
android:fillViewport="true"
|
|
|
|
|
android:paddingTop="8dp"
|
2014-04-15 22:37:36 +02:00
|
|
|
android:layout_width="match_parent"
|
2015-05-06 03:26:42 +02:00
|
|
|
android:scrollbars="vertical"
|
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
android:layout_weight="1">
|
2014-03-29 00:11:07 +01:00
|
|
|
|
2014-04-15 22:37:36 +02:00
|
|
|
<LinearLayout
|
2014-09-21 18:10:51 +02:00
|
|
|
android:layout_width="match_parent"
|
2015-05-06 03:26:42 +02:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical">
|
2014-03-30 18:37:32 +02:00
|
|
|
|
2015-05-06 03:26:42 +02:00
|
|
|
<View
|
|
|
|
|
android:id="@+id/status_divider"
|
|
|
|
|
android:layout_height="1dip"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:background="?android:attr/listDivider" />
|
2014-07-02 00:34:21 +02:00
|
|
|
|
2015-05-06 03:26:42 +02:00
|
|
|
<LinearLayout
|
2014-09-21 18:10:51 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
2015-05-06 03:26:42 +02:00
|
|
|
android:paddingTop="4dp"
|
|
|
|
|
android:paddingLeft="16dp"
|
|
|
|
|
android:paddingRight="16dp"
|
|
|
|
|
android:orientation="vertical">
|
2014-03-30 18:37:32 +02:00
|
|
|
|
2015-05-06 03:26:42 +02:00
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="?android:attr/listPreferredItemHeight"
|
|
|
|
|
android:orientation="horizontal"
|
2014-07-02 00:34:21 +02:00
|
|
|
|
2015-05-06 03:29:04 +02:00
|
|
|
android:id="@+id/decrypt_files_browse"
|
2015-05-06 03:26:42 +02:00
|
|
|
android:clickable="true"
|
|
|
|
|
android:background="?android:selectableItemBackground">
|
2014-03-30 18:37:32 +02:00
|
|
|
|
2015-05-06 03:26:42 +02:00
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:paddingLeft="8dp"
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
android:text="@string/label_file_colon"
|
|
|
|
|
android:gravity="center_vertical" />
|
2014-04-15 22:37:36 +02:00
|
|
|
|
2015-05-06 03:26:42 +02:00
|
|
|
<TextView
|
2015-05-06 03:29:04 +02:00
|
|
|
android:id="@+id/decrypt_files_filename"
|
2015-05-06 03:26:42 +02:00
|
|
|
android:paddingLeft="8dp"
|
|
|
|
|
android:paddingRight="8dp"
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:hint="@string/filemanager_title_open"
|
|
|
|
|
android:drawableRight="@drawable/ic_folder_grey_24dp"
|
|
|
|
|
android:drawablePadding="8dp"
|
|
|
|
|
android:gravity="center_vertical" />
|
|
|
|
|
</LinearLayout>
|
2014-05-06 23:11:10 +02:00
|
|
|
|
2015-05-06 03:26:42 +02:00
|
|
|
<View
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="1dip"
|
|
|
|
|
android:background="?android:attr/listDivider"
|
|
|
|
|
android:layout_marginBottom="8dp" />
|
|
|
|
|
|
|
|
|
|
<CheckBox
|
2015-05-06 03:29:04 +02:00
|
|
|
android:id="@+id/decrypt_files_delete_after_decryption"
|
2015-05-06 03:26:42 +02:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/label_delete_after_decryption" />
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
<TextView
|
2015-05-06 03:29:04 +02:00
|
|
|
android:id="@+id/decrypt_files_action_decrypt"
|
2015-05-06 03:26:42 +02:00
|
|
|
android:paddingLeft="8dp"
|
|
|
|
|
android:paddingRight="8dp"
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:minHeight="?android:attr/listPreferredItemHeight"
|
|
|
|
|
android:text="@string/btn_decrypt_verify_file"
|
|
|
|
|
android:clickable="true"
|
|
|
|
|
android:background="?android:selectableItemBackground"
|
|
|
|
|
android:drawableRight="@drawable/ic_save_grey_24dp"
|
|
|
|
|
android:drawablePadding="8dp"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:layout_alignParentBottom="true"
|
|
|
|
|
android:layout_alignParentLeft="true"
|
|
|
|
|
android:layout_alignParentStart="true" />
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="1dip"
|
|
|
|
|
android:background="?android:attr/listDivider"
|
2015-05-06 03:29:04 +02:00
|
|
|
android:layout_above="@+id/decrypt_files_action_decrypt" />
|
2015-05-06 03:26:42 +02:00
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</ScrollView>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<!-- TODO: Use this layout later to hide file list -->
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:id="@+id/decrypt_content"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical"></LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:id="@+id/decrypt_error_overlay"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:gravity="center_vertical">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
|
android:text="@string/decrypt_invalid_text"
|
|
|
|
|
android:padding="16dp"
|
|
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:textColor="@color/android_red_light" />
|
2014-04-15 22:37:36 +02:00
|
|
|
|
2015-05-06 03:26:42 +02:00
|
|
|
<Button
|
|
|
|
|
android:id="@+id/decrypt_error_overlay_button"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@drawable/button_edgy"
|
|
|
|
|
android:textColor="@color/android_red_light"
|
|
|
|
|
android:text="@string/decrypt_invalid_button"
|
|
|
|
|
android:layout_gravity="center_horizontal" />
|
2014-04-01 15:33:56 +02:00
|
|
|
</LinearLayout>
|
2015-05-06 03:26:42 +02:00
|
|
|
</LinearLayout>
|