- Swapped positions of call Accept and Reject buttons.

- Do not allow terminating outgoing call before call attempt has started.
This commit is contained in:
Juha Heinanen
2019-10-02 18:31:40 +03:00
parent f361260361
commit 08484b0c8d

View File

@ -102,7 +102,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/uriRow"
android:padding="0dp"
android:layout_alignParentEnd="true"
android:layout_marginEnd="10dp"
android:background="@null"
android:src="@drawable/call_green"
android:clickable="false"
@ -115,8 +116,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/uriRow"
android:layout_alignParentEnd="true"
android:layout_marginEnd="10dp"
android:padding="0dp"
android:background="@null"
android:src="@drawable/hangup"
android:clickable="false"