Add: presentation layer

This commit is contained in:
Carlos Martinez
2021-06-17 13:26:48 -04:00
parent 4e53225a2f
commit 0e1a9850ed
13 changed files with 317 additions and 10 deletions

View File

@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/main_navigation"
app:startDestination="@id/shortform_navigation"
>
<include app:graph="@navigation/shortform_navigation" />
</navigation>