Fix visual bug with release note mute with a background.

fork-5.53.8
Cody Henthorne 2022-02-11 13:50:37 -05:00 zatwierdzone przez Alex Hart
rodzic e4f4682357
commit b59fee2f6e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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