From 4a737c1f4dec511c096ef5e514cee27880252312 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 12 Nov 2018 15:52:50 +0100 Subject: [PATCH] Removed useless layout duplications --- res/layout-land/call_incoming.xml | 195 ---------------------- res/layout-land/call_outgoing.xml | 151 ----------------- res/layout-sw533dp-land/call_incoming.xml | 194 --------------------- res/layout-sw533dp-land/call_outgoing.xml | 151 ----------------- res/layout/call_incoming.xml | 5 +- res/layout/call_outgoing.xml | 2 +- 6 files changed, 4 insertions(+), 694 deletions(-) delete mode 100644 res/layout-land/call_incoming.xml delete mode 100644 res/layout-land/call_outgoing.xml delete mode 100644 res/layout-sw533dp-land/call_incoming.xml delete mode 100644 res/layout-sw533dp-land/call_outgoing.xml diff --git a/res/layout-land/call_incoming.xml b/res/layout-land/call_incoming.xml deleted file mode 100644 index 6c118e888..000000000 --- a/res/layout-land/call_incoming.xml +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/res/layout-land/call_outgoing.xml b/res/layout-land/call_outgoing.xml deleted file mode 100644 index 356ce9478..000000000 --- a/res/layout-land/call_outgoing.xml +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/res/layout-sw533dp-land/call_incoming.xml b/res/layout-sw533dp-land/call_incoming.xml deleted file mode 100644 index d682788af..000000000 --- a/res/layout-sw533dp-land/call_incoming.xml +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/res/layout-sw533dp-land/call_outgoing.xml b/res/layout-sw533dp-land/call_outgoing.xml deleted file mode 100644 index b055d1b8e..000000000 --- a/res/layout-sw533dp-land/call_outgoing.xml +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/res/layout/call_incoming.xml b/res/layout/call_incoming.xml index cb4232c0a..522cd9f56 100644 --- a/res/layout/call_incoming.xml +++ b/res/layout/call_incoming.xml @@ -98,7 +98,7 @@ android:src="@drawable/call_hangup" android:background="@drawable/hangup" android:contentDescription="@string/content_description_decline" - android:layout_width="wrap_content" + android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:padding="12dp"/> @@ -139,7 +139,7 @@ android:src="@drawable/call_audio_start" android:background="@drawable/call" android:contentDescription="@string/content_description_accept" - android:layout_width="wrap_content" + android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:padding="12dp"/> @@ -175,6 +175,7 @@ android:layout_height="wrap_content"/> + diff --git a/res/layout/call_outgoing.xml b/res/layout/call_outgoing.xml index 625c0da7f..4c669c4ba 100644 --- a/res/layout/call_outgoing.xml +++ b/res/layout/call_outgoing.xml @@ -87,7 +87,7 @@ -