delete dialogs

delete messages (+ for all & mark as spam)
This commit is contained in:
2021-10-10 00:40:30 +03:00
parent 7c1a7d8a89
commit 074400daab
19 changed files with 392 additions and 95 deletions
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="16dp"
android:paddingVertical="12dp">
<com.google.android.material.checkbox.MaterialCheckBox
android:id="@+id/check"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="12dp"
android:paddingEnd="12dp"
android:text="@string/message_delete_for_all"
app:useMaterialThemeColors="true" />
</androidx.appcompat.widget.LinearLayoutCompat>
</layout>