diff --git a/app/src/main/java/org/linphone/call/CallActivity.java b/app/src/main/java/org/linphone/call/CallActivity.java index ca349132d..a421c3578 100644 --- a/app/src/main/java/org/linphone/call/CallActivity.java +++ b/app/src/main/java/org/linphone/call/CallActivity.java @@ -1013,10 +1013,12 @@ public class CallActivity extends LinphoneGenericActivity implements OnClickList routeSpeaker.setVisibility(View.INVISIBLE); routeBluetooth.setVisibility(View.INVISIBLE); routeEarpiece.setVisibility(View.INVISIBLE); + audioRoute.setSelected(false); } else { routeSpeaker.setVisibility(View.VISIBLE); routeBluetooth.setVisibility(View.VISIBLE); routeEarpiece.setVisibility(View.VISIBLE); + audioRoute.setSelected(true); } } diff --git a/app/src/main/res/layout-land/call.xml b/app/src/main/res/layout-land/call.xml index d1912daf7..c9855f631 100644 --- a/app/src/main/res/layout-land/call.xml +++ b/app/src/main/res/layout-land/call.xml @@ -10,467 +10,427 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - + - + - + - + + - - + - + - + - + - - + - + - + - + - + - + - + - + - + - + - - + + - - + + - + - + - - + + - - + - + - + - + - + - + - + - + - - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - + @@ -485,7 +445,7 @@ android:id="@+id/status" android:name="org.linphone.fragments.StatusFragment" android:layout_width="match_parent" - android:layout_height="35dp" + android:layout_height="40dp" tools:layout="@layout/status" /> diff --git a/app/src/main/res/layout-sw533dp-land/call.xml b/app/src/main/res/layout-sw533dp-land/call.xml deleted file mode 100644 index 13a82f3c2..000000000 --- a/app/src/main/res/layout-sw533dp-land/call.xml +++ /dev/null @@ -1,495 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout/call.xml b/app/src/main/res/layout/call.xml index 043e53a72..0a9ac81ec 100644 --- a/app/src/main/res/layout/call.xml +++ b/app/src/main/res/layout/call.xml @@ -1,465 +1,430 @@ + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/topLayout" + android:layout_width="match_parent" + android:layout_height="match_parent"> - + - + - + - - + + - + - + - + - - + - + - + - + - + - + - + - + - + - + - - + - - + - + - + + - - + - + - + + - + - + - + - + - + - + - + - + - - + - + - + - + - + - + - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - +