mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
fix: fixed directory navigation
This commit is contained in:
parent
803b61430f
commit
a9b264004c
6 changed files with 26 additions and 91 deletions
|
|
@ -286,13 +286,16 @@
|
|||
android:id="@+id/directoryFragment"
|
||||
android:name="com.cappielloantonio.tempo.ui.fragment.DirectoryFragment"
|
||||
android:label="DirectoryFragment"
|
||||
tools:layout="@layout/fragment_directory" />
|
||||
tools:layout="@layout/fragment_directory">
|
||||
<action
|
||||
android:id="@+id/action_directoryFragment_to_directoryFragment"
|
||||
app:destination="@id/directoryFragment" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/indexFragment"
|
||||
android:name="com.cappielloantonio.tempo.ui.fragment.IndexFragment"
|
||||
android:label="IndexFragment"
|
||||
tools:layout="@layout/fragment_index">
|
||||
|
||||
<action
|
||||
android:id="@+id/action_indexFragment_to_directoryFragment"
|
||||
app:destination="@id/directoryFragment" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue