Change UI

This commit is contained in:
Tommaso Berlose
2021-01-07 16:11:10 +01:00
parent 98db1380b7
commit 526a9ac6ac
23 changed files with 640 additions and 575 deletions

View File

@ -45,9 +45,16 @@
<action
android:id="@+id/action_tabSelectorFragment_to_typographyTabFragment"
app:destination="@id/typographyTabFragment" />
<action
android:id="@+id/action_tabSelectorFragment_to_gesturesFragment"
app:destination="@id/gesturesFragment" />
</fragment>
<fragment
android:id="@+id/typographyTabFragment"
android:name="com.tommasoberlose.anotherwidget.ui.fragments.tabs.TypographyFragment"
android:label="TypographyTabFragment" />
<fragment
android:id="@+id/gesturesFragment"
android:name="com.tommasoberlose.anotherwidget.ui.fragments.tabs.GesturesFragment"
android:label="GesturesFragment" />
</navigation>