mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-14 16:25:05 +01:00
fix call recording design
fix call recording design after merge of fresco->coil migration Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
0a3b4492ef
commit
cdf70282e4
@ -229,13 +229,14 @@
|
|||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/more_call_actions"
|
android:id="@+id/more_call_actions"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="wrap_content"
|
||||||
|
android:adjustViewBounds="true"
|
||||||
android:layout_marginHorizontal="@dimen/call_controls_margin_horizontal"
|
android:layout_marginHorizontal="@dimen/call_controls_margin_horizontal"
|
||||||
android:alpha="0.7"
|
android:layout_weight="1"
|
||||||
app:backgroundImage="@color/call_buttons_background"
|
android:background="@drawable/shape_oval"
|
||||||
app:placeholderImage="@drawable/ic_dots_horizontal_white"
|
android:backgroundTint="@color/call_buttons_background"
|
||||||
app:roundAsCircle="true"
|
app:srcCompat="@drawable/ic_dots_horizontal_white"
|
||||||
android:layout_weight="1"/>
|
android:contentDescription="@string/nc_call_button_content_description_microphone" />
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/hangupButton"
|
android:id="@+id/hangupButton"
|
||||||
|
@ -217,6 +217,7 @@
|
|||||||
<string name="nc_call_button_content_description_audio_output">Change audio output</string>
|
<string name="nc_call_button_content_description_audio_output">Change audio output</string>
|
||||||
<string name="nc_call_button_content_description_camera">Toggle camera</string>
|
<string name="nc_call_button_content_description_camera">Toggle camera</string>
|
||||||
<string name="nc_call_button_content_description_microphone">Toggle microphone</string>
|
<string name="nc_call_button_content_description_microphone">Toggle microphone</string>
|
||||||
|
<string name="nc_call_button_content_description_advanced">Advanced call options</string>
|
||||||
<string name="nc_call_button_content_description_hangup">Hangup</string>
|
<string name="nc_call_button_content_description_hangup">Hangup</string>
|
||||||
<string name="nc_call_button_content_description_answer_voice_only">Answer as voice call only</string>
|
<string name="nc_call_button_content_description_answer_voice_only">Answer as voice call only</string>
|
||||||
<string name="nc_call_button_content_description_answer_video_call">Answer as video call</string>
|
<string name="nc_call_button_content_description_answer_video_call">Answer as video call</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user