From 918235592ada25cab9da734b109921dcd7e87a85 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Nov 2011 13:43:02 +0300 Subject: handle layout selection by android means --- res/layout/headlines_row.xml | 45 +++++++++++++++++ res/layout/headlines_row_selected.xml | 95 +++++++++++++++++++++++++++++++++++ res/layout/headlines_row_unread.xml | 47 +++++++++++++++++ res/layout/main.xml | 70 ++++++++++++++++++++------ res/layout/main_small.xml | 56 --------------------- 5 files changed, 242 insertions(+), 71 deletions(-) create mode 100644 res/layout/headlines_row.xml create mode 100644 res/layout/headlines_row_selected.xml create mode 100644 res/layout/headlines_row_unread.xml delete mode 100644 res/layout/main_small.xml (limited to 'res/layout') diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml new file mode 100644 index 00000000..4b66b747 --- /dev/null +++ b/res/layout/headlines_row.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml new file mode 100644 index 00000000..fa7e7ad0 --- /dev/null +++ b/res/layout/headlines_row_selected.xml @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml new file mode 100644 index 00000000..e0aa00cf --- /dev/null +++ b/res/layout/headlines_row_unread.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/main.xml b/res/layout/main.xml index e0a8394c..0215f270 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -1,16 +1,56 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/main_small.xml b/res/layout/main_small.xml deleted file mode 100644 index 0215f270..00000000 --- a/res/layout/main_small.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3-54-g00ecf