From c9c3aa3d36064fde040ed56cf438da69f098ae2b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 18 Sep 2012 18:36:11 +0400 Subject: [PATCH] several android lint fixes --- AndroidManifest.xml | 5 +++++ res/layout-port/headlines_row.xml | 12 +++--------- res/layout-port/headlines_row_selected.xml | 6 ------ res/layout-port/headlines_row_unread.xml | 6 ------ res/layout/article_fragment.xml | 16 +++------------- res/layout/headlines_row_loadmore.xml | 13 ++----------- res/layout/login.xml | 11 ++--------- 7 files changed, 15 insertions(+), 54 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8b178bac..1f72589d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -43,6 +43,11 @@ android:label="@string/app_name" > + + + diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml index 8f65f7ec..568078a6 100644 --- a/res/layout-port/headlines_row.xml +++ b/res/layout-port/headlines_row.xml @@ -7,15 +7,10 @@ android:gravity="center_vertical" android:orientation="vertical" > - - @@ -39,7 +34,7 @@ @@ -100,7 +95,6 @@ android:src="@drawable/ic_rss_bw" /> - - - - - - - - - + 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