summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
authornadlabak <pavel@doshaska.net>2014-06-08 11:07:30 +0200
committernadlabak <pavel@doshaska.net>2014-06-08 23:38:38 +0200
commit7b86c36e03254564c0b4da32cda7e455ffb4a33c (patch)
treef591575bc4b921ac5590e119b5e911e05e4f535b /res/layout-land
parent1485c5a54e6d70ff35639b28a942067e6143025e (diff)
downloadandroid_packages_apps_InCallUI-7b86c36e03254564c0b4da32cda7e455ffb4a33c.tar.gz
android_packages_apps_InCallUI-7b86c36e03254564c0b4da32cda7e455ffb4a33c.tar.bz2
android_packages_apps_InCallUI-7b86c36e03254564c0b4da32cda7e455ffb4a33c.zip
InCallUI: Fix landscape layout
- http://review.cyanogenmod.org/65024 missed to do the button change also in landscape layout file, causing crash in landscape. Fixed. - landscape layout updated according to the last 'qcril' merge (button order changed) Change-Id: Ib75c7be432cc0f8ffc28c37d071ae18838cea26d
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/call_button_fragment.xml35
1 files changed, 17 insertions, 18 deletions
diff --git a/res/layout-land/call_button_fragment.xml b/res/layout-land/call_button_fragment.xml
index 493a9db3..107fd380 100644
--- a/res/layout-land/call_button_fragment.xml
+++ b/res/layout-land/call_button_fragment.xml
@@ -87,24 +87,6 @@
<!-- Separator between 4th (or 5th) button and right padding -->
<View style="@style/VerticalSeparator" />
- <Button android:id="@+id/modifyCallButton"
- style="@style/InCallButton"
- android:background="@drawable/btn_compound_vt"
- android:contentDescription="@string/onscreenModifyCallText"
- />
-
- <!-- Separator between 5th (or 6th) button and right padding -->
- <View style="@style/VerticalSeparator" />
-
- <ImageButton
- android:id="@+id/addParticipant"
- style="@style/InCallButton"
- android:background="@drawable/ic_add_group_holo_dark"
- android:contentDescription="@string/onscreenAddParticipant" />
-
- <!-- Separator between 5th (or 6th) button and right padding -->
- <View style="@style/VerticalSeparator" />
-
<!-- "Blacklist" -->
<!-- The button used for toggling blackist. -->
<ImageButton android:id="@+id/addBlacklistButton"
@@ -117,6 +99,23 @@
<View android:id="@+id/blacklistSpacer"
style="@style/VerticalSeparator" />
+ <ImageButton android:id="@+id/modifyCallButton"
+ style="@style/InCallButton"
+ android:src="@drawable/ic_switch_video_holo_dark"
+ android:contentDescription="@string/onscreenModifyCallText"
+ />
+
+ <View style="@style/VerticalSeparator" />
+
+ <ImageButton android:id="@+id/addParticipant"
+ style="@style/InCallButton"
+ android:src="@drawable/ic_add_group_holo_dark"
+ android:contentDescription="@string/onscreenAddParticipant"
+ />
+
+ <!-- Separator between 5th (or 6th) button and right padding -->
+ <View style="@style/VerticalSeparator" />
+
<!-- This slot is either "Add" or "Merge", depending on
the state of the call. One or the other of these
must always be set to GONE. -->