From 3cc0cb84104bb3d69ab276fe81a1ce42ec31cc4e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 24 Nov 2011 17:57:44 +0300 Subject: various layout tweaks fix logout action --- res/layout/article_fragment.xml | 6 +++--- res/layout/feeds_fragment.xml | 2 +- res/layout/feeds_row.xml | 4 ++-- res/layout/feeds_row_selected.xml | 4 ++-- res/layout/headlines_row.xml | 6 +++--- res/layout/headlines_row_selected.xml | 6 +++--- res/layout/headlines_row_unread.xml | 6 +++--- res/menu/login_menu.xml | 15 --------------- res/menu/main_menu.xml | 19 ++++++++++++++----- res/values/strings.xml | 2 +- res/values/style.xml | 4 ++-- 11 files changed, 34 insertions(+), 40 deletions(-) delete mode 100644 res/menu/login_menu.xml (limited to 'res') diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml index de8caed0..48b597de 100644 --- a/res/layout/article_fragment.xml +++ b/res/layout/article_fragment.xml @@ -7,10 +7,10 @@ android:layout_weight="1" android:layout_height="match_parent" android:orientation="vertical"> - - + + - + diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml index 0dcbc1c4..32f2d229 100644 --- a/res/layout/feeds_fragment.xml +++ b/res/layout/feeds_fragment.xml @@ -6,6 +6,6 @@ - + diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml index 08eafd32..8ef8bbac 100644 --- a/res/layout/feeds_row.xml +++ b/res/layout/feeds_row.xml @@ -10,7 +10,7 @@ android:layout_weight="1" android:layout_gravity="center_vertical" android:paddingLeft="6dip" - android:text="{FEED}" android:layout_width="wrap_content" android:textSize="21dp"/> + android:text="{FEED}" android:layout_width="wrap_content" android:textSize="18dip"/> + android:text="{123}" android:textSize="13dip"/> \ No newline at end of file diff --git a/res/layout/feeds_row_selected.xml b/res/layout/feeds_row_selected.xml index 7ee526f7..a694119b 100644 --- a/res/layout/feeds_row_selected.xml +++ b/res/layout/feeds_row_selected.xml @@ -11,7 +11,7 @@ android:layout_weight="1" android:layout_gravity="center_vertical" android:paddingLeft="6dip" - android:text="{FEED}" android:layout_width="wrap_content" android:textSize="21dp"/> + android:text="{FEED}" android:layout_width="wrap_content" android:textSize="18dip"/> + android:text="{123}" android:textSize="13dip"/> \ No newline at end of file diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 69a94a04..79de6413 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -12,10 +12,10 @@ - - + + \ No newline at end of file diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml index ff755483..92740519 100644 --- a/res/layout/headlines_row_selected.xml +++ b/res/layout/headlines_row_selected.xml @@ -14,11 +14,11 @@ - - + + \ No newline at end of file diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index f6fef283..12d089eb 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -15,10 +15,10 @@ - - + + \ No newline at end of file diff --git a/res/menu/login_menu.xml b/res/menu/login_menu.xml deleted file mode 100644 index 0c244247..00000000 --- a/res/menu/login_menu.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index a4dcb9f3..57b6a65d 100644 --- a/res/menu/main_menu.xml +++ b/res/menu/main_menu.xml @@ -7,17 +7,20 @@ android:title="@string/login" android:showAsAction="ifRoom|withText"/> - - + + + + + + + diff --git a/res/values/strings.xml b/res/values/strings.xml index 5947deb9..ca217315 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -29,5 +29,5 @@ Show unread feeds Show all feeds Update - + Close article diff --git a/res/values/style.xml b/res/values/style.xml index ba524ccc..f931d5cb 100644 --- a/res/values/style.xml +++ b/res/values/style.xml @@ -5,7 +5,7 @@ #0000ff #ffffff #96c5ff - #ffffff + @android:color/transparent #fff7d5 #ffffff #96C5FF @@ -20,7 +20,7 @@ #0000ff #000000 #303030 - #101010 + @android:color/transparent #303060 #303030 #303060 -- cgit v1.2.3-54-g00ecf