|
@@ -229,13 +229,14 @@
|
|
|
<ImageButton
|
|
|
android:id="@+id/more_call_actions"
|
|
|
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:alpha="0.7"
|
|
|
- app:backgroundImage="@color/call_buttons_background"
|
|
|
- app:placeholderImage="@drawable/ic_dots_horizontal_white"
|
|
|
- app:roundAsCircle="true"
|
|
|
- android:layout_weight="1"/>
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/shape_oval"
|
|
|
+ android:backgroundTint="@color/call_buttons_background"
|
|
|
+ app:srcCompat="@drawable/ic_dots_horizontal_white"
|
|
|
+ android:contentDescription="@string/nc_call_button_content_description_microphone" />
|
|
|
|
|
|
<ImageButton
|
|
|
android:id="@+id/hangupButton"
|