Start refactoring encrypt ui, EncryptFileActivity no longer crashing

This commit is contained in:
Dominik Schürmann
2015-03-26 11:04:20 +01:00
parent 1ef63f3187
commit 76db0b3b8e
9 changed files with 539 additions and 516 deletions

View File

@@ -23,14 +23,12 @@
<include layout="@layout/notify_area" />
<FrameLayout
android:id="@+id/encrypt_pager_mode"
android:id="@+id/encrypt_mode_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />
android:layout_height="wrap_content" />
<fragment
android:id="@+id/encrypt_file_fragment"
android:name="org.sufficientlysecure.keychain.ui.EncryptFilesFragment"
<FrameLayout
android:id="@+id/encrypt_file_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />

View File

@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:layout_height="match_parent"
android:orientation="vertical">
<ListView
@@ -12,6 +10,8 @@
android:divider="@android:color/transparent"
android:focusable="true"
android:focusableInTouchMode="true"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:layout_marginTop="8dp"
android:layout_width="match_parent"
android:layout_height="match_parent" />

View File

@@ -23,7 +23,7 @@
<include layout="@layout/notify_area" />
<FrameLayout
android:id="@+id/encrypt_pager_mode"
android:id="@+id/encrypt_mode"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" />