From d5682e9c39a94a638d89cc7114f4029216c73b5a Mon Sep 17 00:00:00 2001 From: Margaux Clerc Date: Tue, 24 Nov 2015 17:25:43 +0100 Subject: [PATCH] Add landscape layout --- res/layout-land/call.xml | 463 ++++++++++++++++++++++++++++++ res/layout-land/call_incoming.xml | 193 +++++++++++++ res/layout-land/call_outgoing.xml | 149 ++++++++++ res/layout-land/chatlist_cell.xml | 127 ++++++++ res/layout-land/main.xml | 274 ++++++++++++++++++ 5 files changed, 1206 insertions(+) create mode 100644 res/layout-land/call.xml create mode 100644 res/layout-land/call_incoming.xml create mode 100644 res/layout-land/call_outgoing.xml create mode 100644 res/layout-land/chatlist_cell.xml create mode 100644 res/layout-land/main.xml diff --git a/res/layout-land/call.xml b/res/layout-land/call.xml new file mode 100644 index 000000000..4fc57cde9 --- /dev/null +++ b/res/layout-land/call.xml @@ -0,0 +1,463 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout-land/call_incoming.xml b/res/layout-land/call_incoming.xml new file mode 100644 index 000000000..43392d1eb --- /dev/null +++ b/res/layout-land/call_incoming.xml @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout-land/call_outgoing.xml b/res/layout-land/call_outgoing.xml new file mode 100644 index 000000000..88b3e9560 --- /dev/null +++ b/res/layout-land/call_outgoing.xml @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout-land/chatlist_cell.xml b/res/layout-land/chatlist_cell.xml new file mode 100644 index 000000000..550482130 --- /dev/null +++ b/res/layout-land/chatlist_cell.xml @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-land/main.xml b/res/layout-land/main.xml new file mode 100644 index 000000000..cfa44cfe0 --- /dev/null +++ b/res/layout-land/main.xml @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file