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
+1 -1
View File
@@ -31,7 +31,7 @@
android:layout_height="wrap_content"
android:text="@string/title_food"
android:textSize="28sp"
android:fontFamily="@font/lato_bolditalic"
android:fontFamily="@font/lato_blackitalic"
android:singleLine="true"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"