From bc7e851b9a11655f9cbca91d301781c238c4d67e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 22 Jun 2012 00:35:53 +0400 Subject: add shadows to light theme, misc layout/theme tweaks --- res/layout-xlarge/headlines_row.xml | 8 ----- res/layout-xlarge/headlines_row_selected.xml | 7 ----- res/layout-xlarge/headlines_row_unread.xml | 9 +----- res/layout-xlarge/main.xml | 45 +++++++++++++++------------- 4 files changed, 25 insertions(+), 44 deletions(-) (limited to 'res/layout-xlarge') diff --git a/res/layout-xlarge/headlines_row.xml b/res/layout-xlarge/headlines_row.xml index 73e6b941..9a311ef9 100644 --- a/res/layout-xlarge/headlines_row.xml +++ b/res/layout-xlarge/headlines_row.xml @@ -14,14 +14,6 @@ android:gravity="center_vertical" android:orientation="horizontal" > - - - - - - - diff --git a/res/layout-xlarge/main.xml b/res/layout-xlarge/main.xml index 283e35ae..3278ff22 100644 --- a/res/layout-xlarge/main.xml +++ b/res/layout-xlarge/main.xml @@ -5,47 +5,50 @@ > - - - - - + android:layout_height="match_parent" + android:orientation="horizontal" > + android:layout_weight="0.3" + android:background="?feedlistBackground" > + android:layout_weight="0.4" + android:background="?headlinesBackground" > + android:layout_weight="0.6" + android:background="?articleHeader" > + + + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf