Fix visual bug with release note mute with a background.
This commit is contained in:
parent
e4f4682357
commit
b59fee2f6e
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue