mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
@@ -217,6 +217,7 @@
|
||||
android:layout_marginBottom="8dp"
|
||||
android:scaleType="fitXY"
|
||||
android:visibility="gone"
|
||||
android:contentDescription="@string/WebRtcCallView__speaker"
|
||||
app:layout_constraintBottom_toTopOf="@id/call_screen_button_labels_barrier"
|
||||
app:layout_constraintEnd_toStartOf="@id/call_screen_camera_direction_toggle"
|
||||
app:layout_constraintHorizontal_chainStyle="packed"
|
||||
@@ -256,6 +257,7 @@
|
||||
android:clickable="false"
|
||||
android:scaleType="fitXY"
|
||||
android:visibility="gone"
|
||||
android:contentDescription="@string/WebRtcCallView__flip"
|
||||
app:layout_constraintBottom_toTopOf="@id/call_screen_button_labels_barrier"
|
||||
app:layout_constraintEnd_toStartOf="@id/call_screen_video_toggle"
|
||||
app:layout_constraintHorizontal_chainStyle="packed"
|
||||
@@ -293,6 +295,7 @@
|
||||
android:background="@drawable/webrtc_call_screen_video_toggle"
|
||||
android:stateListAnimator="@null"
|
||||
android:visibility="gone"
|
||||
android:contentDescription="@string/WebRtcCallView__camera"
|
||||
app:layout_constraintBottom_toTopOf="@id/call_screen_button_labels_barrier"
|
||||
app:layout_constraintEnd_toStartOf="@id/call_screen_audio_mic_toggle"
|
||||
app:layout_constraintHorizontal_chainStyle="packed"
|
||||
@@ -330,6 +333,7 @@
|
||||
android:background="@drawable/webrtc_call_screen_mic_toggle"
|
||||
android:stateListAnimator="@null"
|
||||
android:visibility="gone"
|
||||
android:contentDescription="@string/WebRtcCallView__unmute"
|
||||
app:layout_constraintBottom_toTopOf="@id/call_screen_button_labels_barrier"
|
||||
app:layout_constraintEnd_toStartOf="@id/call_screen_audio_ring_toggle"
|
||||
app:layout_constraintHorizontal_chainStyle="packed"
|
||||
@@ -401,6 +405,7 @@
|
||||
android:clickable="false"
|
||||
android:scaleType="fitXY"
|
||||
android:visibility="gone"
|
||||
android:contentDescription="@string/WebRtcCallView__end_call"
|
||||
app:layout_constraintBottom_toTopOf="@id/call_screen_button_labels_barrier"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_chainStyle="packed"
|
||||
|
||||
@@ -1508,6 +1508,7 @@
|
||||
<string name="WebRtcCallView__flip">Flip</string>
|
||||
<string name="WebRtcCallView__speaker">Speaker</string>
|
||||
<string name="WebRtcCallView__camera">Camera</string>
|
||||
<string name="WebRtcCallView__unmute">Unmute</string>
|
||||
<string name="WebRtcCallView__mute">Mute</string>
|
||||
<string name="WebRtcCallView__ring">Ring</string>
|
||||
<string name="WebRtcCallView__end_call">End call</string>
|
||||
|
||||
Reference in New Issue
Block a user