From c9c3aa3d36064fde040ed56cf438da69f098ae2b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 18 Sep 2012 18:36:11 +0400 Subject: several android lint fixes --- res/layout/article_fragment.xml | 16 +++------------- res/layout/headlines_row_loadmore.xml | 13 ++----------- res/layout/login.xml | 11 ++--------- 3 files changed, 7 insertions(+), 33 deletions(-) (limited to 'res/layout') diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml index 94e0a42e..e46de546 100644 --- a/res/layout/article_fragment.xml +++ b/res/layout/article_fragment.xml @@ -1,18 +1,9 @@ - - + android:orientation="vertical" > - - + \ No newline at end of file diff --git a/res/layout/headlines_row_loadmore.xml b/res/layout/headlines_row_loadmore.xml index d2eda7a6..ab7adc87 100644 --- a/res/layout/headlines_row_loadmore.xml +++ b/res/layout/headlines_row_loadmore.xml @@ -4,18 +4,10 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="?headlineNormalBackground" - android:gravity="center_vertical" + android:gravity="center" + android:padding="5dp" android:orientation="horizontal" > - - - \ No newline at end of file diff --git a/res/layout/login.xml b/res/layout/login.xml index d144df96..1ed26afa 100644 --- a/res/layout/login.xml +++ b/res/layout/login.xml @@ -1,21 +1,14 @@ - - - \ No newline at end of file -- cgit v1.2.3-54-g00ecf