aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml
diff options
context:
space:
mode:
authorBhargav Golla <bhargav.golla@gmail.com>2014-03-10 14:59:15 -0400
committerBhargav Golla <bhargav.golla@gmail.com>2014-03-10 14:59:15 -0400
commitb90e680ff91ae12e9ae31682b1ab118d6c49ab7e (patch)
tree59c5c2fe68f4c18009280ed84f9f29e2f7aa342d /OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml
parentda83c8ff60324002547854c3dd361a365df1fbfd (diff)
downloadopen-keychain-b90e680ff91ae12e9ae31682b1ab118d6c49ab7e.tar.gz
open-keychain-b90e680ff91ae12e9ae31682b1ab118d6c49ab7e.tar.bz2
open-keychain-b90e680ff91ae12e9ae31682b1ab118d6c49ab7e.zip
Lint changes after testing
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml b/OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml
index c56ba130e..a974f6ec0 100644
--- a/OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml
@@ -5,16 +5,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <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:fillViewport="true"
+ android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
@@ -73,7 +68,6 @@
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
@@ -206,7 +200,6 @@
</LinearLayout>
</LinearLayout>
</ScrollView>
- </LinearLayout>
<include layout="@layout/drawer_list" />