aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml b/OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml
index 22e8192f2..c56ba130e 100644
--- a/OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml
@@ -5,11 +5,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <ScrollView
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:fillViewport="true"
+ android:orientation="vertical">
+
+ <ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:fillViewport="true"
- android:orientation="vertical">
+ android:fillViewport="true">
<LinearLayout
android:layout_width="match_parent"
@@ -68,6 +73,7 @@
android:layout_gravity="left"
android:text="@string/label_main_user_id"
android:textAppearance="?android:attr/textAppearanceMedium"
+ android:layout_alignTop="@+id/linearLayout"
android:layout_toRightOf="@+id/relativeLayout" />
<TextView
@@ -200,6 +206,7 @@
</LinearLayout>
</LinearLayout>
</ScrollView>
+ </LinearLayout>
<include layout="@layout/drawer_list" />