Initial commit

This commit contains Fragment + ViewModel template from Android Studio
This commit is contained in:
Kirill Kamakin
2021-11-06 22:28:14 +03:00
commit 8bae6205b9
41 changed files with 851 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity" />