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-07 18:21:16 -0500
committerBhargav Golla <bhargav.golla@gmail.com>2014-03-10 12:42:00 -0400
commite00436b4096466af37b3e32c3f3277c3604d85ee (patch)
tree1dc52603d0563a5fe60119742c3a775b9d1c474c /OpenPGP-Keychain/src/main/res/layout/decrypt_activity.xml
parent0e33fd23924471caef81f12d0828e17da32582d7 (diff)
downloadopen-keychain-e00436b4096466af37b3e32c3f3277c3604d85ee.tar.gz
open-keychain-e00436b4096466af37b3e32c3f3277c3604d85ee.tar.bz2
open-keychain-e00436b4096466af37b3e32c3f3277c3604d85ee.zip
Lint changes
Deleting lint-report gen files Adding lint output files to gitignore
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, 3 insertions, 10 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..22e8192f2 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
+ <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" />