Added ReminderStatus.kt to keep track of the status of a future notification implementation; moved enums and similar classes to values directory

This commit is contained in:
denizk0461
2023-05-23 08:35:34 +02:00
parent a1f18b3548
commit ce0667300d
38 changed files with 180 additions and 147 deletions
@@ -29,14 +29,14 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/event_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="22sp"
android:paddingHorizontal="24dp"
android:layout_marginBottom="8dp"
android:fontFamily="@font/lato_bolditalic"
app:fontFamily="@font/lato_bolditalic"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -74,7 +74,7 @@
android:src="@drawable/edit"
android:importantForAccessibility="no"/>
<TextView
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/sheet_event_action_edit_event_title"
@@ -103,7 +103,7 @@
android:src="@drawable/add_task"
android:importantForAccessibility="no"/>
<TextView
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/sheet_event_action_add_task_title"
@@ -132,7 +132,7 @@
android:src="@drawable/task"
android:importantForAccessibility="no"/>
<TextView
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/sheet_event_action_view_tasks_title"
@@ -161,7 +161,7 @@
android:src="@drawable/location"
android:importantForAccessibility="no"/>
<TextView
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/sheet_event_action_find_room_title"
@@ -190,7 +190,7 @@
android:src="@drawable/delete"
android:importantForAccessibility="no"/>
<TextView
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/sheet_event_action_delete_event_title"