summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_account.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/drawer_account.xml')
-rw-r--r--app/src/main/res/layout/drawer_account.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/layout/drawer_account.xml b/app/src/main/res/layout/drawer_account.xml
index 449c8befc..61caa37a5 100644
--- a/app/src/main/res/layout/drawer_account.xml
+++ b/app/src/main/res/layout/drawer_account.xml
@@ -117,6 +117,18 @@
app:strokeWidth="1dp" />
<com.google.android.material.button.MaterialButton
+ android:id="@+id/mute_home"
+ style="@style/Widget.Material3.Button.OutlinedButton"
+ android:layout_width="48dp"
+ android:layout_height="48dp"
+ android:padding="0dp"
+ android:visibility="gone"
+ app:icon="@drawable/ic_baseline_home_24"
+ app:iconGravity="textStart"
+ app:iconPadding="0dp"
+ app:strokeWidth="1dp" />
+
+ <com.google.android.material.button.MaterialButton
android:id="@+id/mute_timed"
style="@style/Widget.Material3.Button.OutlinedButton"
android:layout_width="48dp"