aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-10-01 15:03:53 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-10-01 15:03:53 +0200
commit42ce3bb0d39ca2551ff37ed698bc12eb526b8638 (patch)
tree50dfb4131bb4c39c193cb16f3264a5cd115b01b2 /OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
parente7cbf975acf180dd1811fb1f323d604e928e215e (diff)
downloadopen-keychain-42ce3bb0d39ca2551ff37ed698bc12eb526b8638.tar.gz
open-keychain-42ce3bb0d39ca2551ff37ed698bc12eb526b8638.tar.bz2
open-keychain-42ce3bb0d39ca2551ff37ed698bc12eb526b8638.zip
Fix decrypt/verify from gmail/aosp mail with sharing intent, fix scrolling in decryt screen
Diffstat (limited to 'OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml135
1 files changed, 62 insertions, 73 deletions
diff --git a/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml b/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
index 1c6097495..3bd144fbf 100644
--- a/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/decrypt_text_fragment.xml
@@ -1,89 +1,78 @@
<?xml version="1.0" encoding="utf-8"?>
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:fillViewport="true">
+ android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
+ <include layout="@layout/decrypt_result_include" />
- <include layout="@layout/decrypt_result_include" />
-
- <View
- android:id="@+id/status_divider"
- android:layout_height="1dip"
- android:layout_width="match_parent"
- android:background="?android:attr/listDivider" />
+ <ScrollView
+ android:fillViewport="true"
+ android:paddingTop="8dp"
+ android:layout_width="match_parent"
+ android:scrollbars="vertical"
+ android:layout_height="0dp"
+ android:layout_weight="1">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:paddingTop="4dp"
+ <TextView
+ android:id="@+id/decrypt_text_plaintext"
android:paddingLeft="16dp"
android:paddingRight="16dp"
- android:orientation="vertical">
-
- <TextView
- android:id="@+id/decrypt_text_plaintext"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:layout_width="match_parent"
- android:layout_height="0dip"
- android:gravity="top"
- android:hint=""
- android:scrollHorizontally="true"
- android:layout_weight="1"
- android:textIsSelectable="true" />
-
- <View
- android:layout_width="match_parent"
- android:layout_height="1dip"
- android:background="?android:attr/listDivider" />
-
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="top"
+ android:hint=""
+ android:textIsSelectable="true" />
- <LinearLayout
- android:id="@+id/action_decrypt_share_plaintext"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:clickable="true"
- style="@style/SelectableItem"
- android:orientation="horizontal">
+ </ScrollView>
- <TextView
- android:paddingLeft="8dp"
- android:paddingRight="8dp"
- android:textAppearance="?android:attr/textAppearanceMedium"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:minHeight="?android:attr/listPreferredItemHeight"
- android:text="@string/btn_add_share_decrypted_text"
- android:drawableRight="@drawable/ic_action_share"
- android:drawablePadding="8dp"
- android:gravity="center_vertical"
- android:layout_weight="1" />
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="1dip"
+ android:layout_marginLeft="16dp"
+ android:layout_marginRight="16dp"
+ android:background="?android:attr/listDivider" />
- <View
- android:layout_width="1dip"
- android:layout_height="match_parent"
- android:gravity="right"
- android:layout_marginBottom="8dp"
- android:layout_marginTop="8dp"
- android:background="?android:attr/listDivider" />
+ <LinearLayout
+ android:id="@+id/action_decrypt_share_plaintext"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="16dp"
+ android:layout_marginRight="16dp"
+ android:clickable="true"
+ style="@style/SelectableItem"
+ android:orientation="horizontal">
- <ImageButton
- android:id="@+id/action_decrypt_copy_plaintext"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:padding="8dp"
- android:src="@drawable/ic_action_copy"
- android:layout_gravity="center_vertical"
- style="@style/SelectableItem" />
+ <TextView
+ android:paddingLeft="8dp"
+ android:paddingRight="8dp"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:layout_width="0dp"
+ android:layout_height="wrap_content"
+ android:minHeight="?android:attr/listPreferredItemHeight"
+ android:text="@string/btn_add_share_decrypted_text"
+ android:drawableRight="@drawable/ic_action_share"
+ android:drawablePadding="8dp"
+ android:gravity="center_vertical"
+ android:layout_weight="1" />
- </LinearLayout>
+ <View
+ android:layout_width="1dip"
+ android:layout_height="match_parent"
+ android:gravity="right"
+ android:layout_marginBottom="8dp"
+ android:layout_marginTop="8dp"
+ android:background="?android:attr/listDivider" />
- </LinearLayout>
+ <ImageButton
+ android:id="@+id/action_decrypt_copy_plaintext"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:padding="8dp"
+ android:src="@drawable/ic_action_copy"
+ android:layout_gravity="center_vertical"
+ style="@style/SelectableItem" />
</LinearLayout>
-
-</ScrollView>
+</LinearLayout> \ No newline at end of file