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:
Marcel Hibbe 2022-12-08 10:38:23 +01:00
parent 0a3b4492ef
commit cdf70282e4
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
2 changed files with 8 additions and 6 deletions

View File

@ -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"

View File

@ -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>