summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/popup_notification_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/popup_notification_settings.xml')
-rw-r--r--app/src/main/res/layout/popup_notification_settings.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/src/main/res/layout/popup_notification_settings.xml b/app/src/main/res/layout/popup_notification_settings.xml
index 330dcdfa5..636f6fc06 100644
--- a/app/src/main/res/layout/popup_notification_settings.xml
+++ b/app/src/main/res/layout/popup_notification_settings.xml
@@ -109,6 +109,22 @@
android:layout_height="wrap_content"
android:text="@string/notif_display_updates"
app:icon="@drawable/ic_baseline_edit_24" />
+
+ <com.google.android.material.button.MaterialButton
+ android:id="@+id/display_signups"
+ style="@style/Widget.App.Button.IconOnly"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/sign_ups"
+ app:icon="@drawable/ic_baseline_person_add_alt_1_24" />
+
+ <com.google.android.material.button.MaterialButton
+ android:id="@+id/display_reports"
+ style="@style/Widget.App.Button.IconOnly"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/reports"
+ app:icon="@drawable/ic_baseline_report_24" />
</com.google.android.material.button.MaterialButtonToggleGroup>