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
+3 -3
View File
@@ -29,14 +29,14 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/text_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"
@@ -47,7 +47,7 @@
android:layout_height="wrap_content"
android:scrollbars="vertical">
<TextView
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/text_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"