Use viewmodels with LiveData.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-12-24 12:12:19 +01:00
parent 5e0c80be17
commit 0e31908c7a
15 changed files with 555 additions and 407 deletions

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".fragments.Keyboard">
<LinearLayout