Fix visual bug with release note mute with a background.

This commit is contained in:
Cody Henthorne 2022-02-11 13:50:37 -05:00 committed by Alex Hart
parent e4f4682357
commit b59fee2f6e

View file

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:background="@color/signal_background_primary">
<com.google.android.material.button.MaterialButton
android:id="@+id/conversation_activity_unmute_button"