mirror of
https://github.com/imcarlost/Friendlists.git
synced 2026-04-10 02:46:54 -04:00
implement the album feature
This commit is contained in:
14
albumlist/src/main/res/navigation/albumlist_navigation.xml
Normal file
14
albumlist/src/main/res/navigation/albumlist_navigation.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/albumlist_navigation"
|
||||
app:startDestination="@id/albumlistFragment">
|
||||
|
||||
<fragment
|
||||
android:id="@+id/albumlistFragment"
|
||||
android:name="com.hako.albumlist.feature.AlbumlistFragment"
|
||||
tools:layout="@layout/fragment_albumlist"
|
||||
android:label="AlbumListFragment" />
|
||||
|
||||
</navigation>
|
||||
Reference in New Issue
Block a user