Changed TextSheet to use a ViewModel for showing content that is fetched from the database. Uses TextSheetContentId to determine which LiveData to observe.

This commit is contained in:
denizk0461
2023-05-09 14:19:45 +02:00
parent 6cbfe71e62
commit 218bc89873
13 changed files with 149 additions and 22 deletions
@@ -20,7 +20,7 @@
android:layout_marginHorizontal="16dp"
android:layout_marginTop="16dp"
android:layout_marginBottom="8dp"
android:fontFamily="@font/lato_bolditalic"
android:fontFamily="@font/lato_blackitalic"
android:text="@string/title_settings"
app:layout_scrollFlags="scroll|exitUntilCollapsed"
android:textSize="28sp"/>