mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 05:25:31 +03:00
Fix call control buttons
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
e0c7b01e31
commit
a8ec8589d7
1 changed files with 4 additions and 2 deletions
|
@ -119,7 +119,7 @@
|
||||||
android:id="@+id/call_control_microphone"
|
android:id="@+id/call_control_microphone"
|
||||||
android:layout_width="60dp"
|
android:layout_width="60dp"
|
||||||
android:layout_height="60dp"
|
android:layout_height="60dp"
|
||||||
android:layout_marginEnd="20dp"
|
android:layout_margin="24dp"
|
||||||
android:alpha="0.7"
|
android:alpha="0.7"
|
||||||
app:checked="false"
|
app:checked="false"
|
||||||
app:enableInitialAnimation="false"
|
app:enableInitialAnimation="false"
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
android:id="@+id/callControlHangupView"
|
android:id="@+id/callControlHangupView"
|
||||||
android:layout_width="60dp"
|
android:layout_width="60dp"
|
||||||
android:layout_height="60dp"
|
android:layout_height="60dp"
|
||||||
android:layout_marginEnd="20dp"
|
android:layout_margin="24dp"
|
||||||
app:checked="false"
|
app:checked="false"
|
||||||
app:enableInitialAnimation="false"
|
app:enableInitialAnimation="false"
|
||||||
app:frontBackgroundColor="@color/nc_darkRed"
|
app:frontBackgroundColor="@color/nc_darkRed"
|
||||||
|
@ -142,6 +142,7 @@
|
||||||
android:id="@+id/call_control_camera"
|
android:id="@+id/call_control_camera"
|
||||||
android:layout_width="60dp"
|
android:layout_width="60dp"
|
||||||
android:layout_height="60dp"
|
android:layout_height="60dp"
|
||||||
|
android:layout_margin="24dp"
|
||||||
android:alpha="0.7"
|
android:alpha="0.7"
|
||||||
app:checked="false"
|
app:checked="false"
|
||||||
app:enableInitialAnimation="false"
|
app:enableInitialAnimation="false"
|
||||||
|
@ -153,6 +154,7 @@
|
||||||
android:id="@+id/callControlEnableSpeaker"
|
android:id="@+id/callControlEnableSpeaker"
|
||||||
android:layout_width="60dp"
|
android:layout_width="60dp"
|
||||||
android:layout_height="60dp"
|
android:layout_height="60dp"
|
||||||
|
android:layout_margin="24dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:animateRearImage="false"
|
app:animateRearImage="false"
|
||||||
app:checked="false"
|
app:checked="false"
|
||||||
|
|
Loading…
Reference in a new issue