2022-01-31 12:46:44 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
2022-02-11 13:50:37 -05:00
|
|
|
android:layout_height="wrap_content"
|
2022-06-27 10:10:13 -04:00
|
|
|
android:background="@color/signal_colorSurface2">
|
2022-01-31 12:46:44 -05:00
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
|
|
android:id="@+id/conversation_activity_unmute_button"
|
2022-05-26 17:32:52 -03:00
|
|
|
style="@style/Signal.Widget.Button.Large.Secondary"
|
2022-01-31 12:46:44 -05:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:minHeight="60dp"
|
|
|
|
android:text="@string/conversation_muted__unmute" />
|
|
|
|
|
|
|
|
</FrameLayout>
|