From 72d1902f042a4204b1080b58f43851b28df217c1 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 30 Nov 2012 16:07:50 +0100 Subject: [PATCH] Interface fixes for small screens devices --- res/layout-small/dialer.xml | 59 ++++++++++ res/layout-small/incall.xml | 188 ++++++++++++++++++++++++++++++++ res/layout-small/main.xml | 4 +- res/layout-small/setup_menu.xml | 102 +++++++++++++++++ 4 files changed, 351 insertions(+), 2 deletions(-) create mode 100644 res/layout-small/dialer.xml create mode 100644 res/layout-small/incall.xml create mode 100644 res/layout-small/setup_menu.xml diff --git a/res/layout-small/dialer.xml b/res/layout-small/dialer.xml new file mode 100644 index 000000000..5e1bc13eb --- /dev/null +++ b/res/layout-small/dialer.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + diff --git a/res/layout-small/incall.xml b/res/layout-small/incall.xml new file mode 100644 index 000000000..a5ce7410c --- /dev/null +++ b/res/layout-small/incall.xml @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout-small/main.xml b/res/layout-small/main.xml index 48c1969d8..a5fd43cb9 100644 --- a/res/layout-small/main.xml +++ b/res/layout-small/main.xml @@ -9,7 +9,7 @@ @@ -90,7 +90,7 @@ diff --git a/res/layout-small/setup_menu.xml b/res/layout-small/setup_menu.xml new file mode 100644 index 000000000..d7b0bcd53 --- /dev/null +++ b/res/layout-small/setup_menu.xml @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file