Migrate AppsGamesActivity to fragment
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -45,4 +45,9 @@
|
||||
android:name="com.aurora.store.view.ui.about.AboutFragment"
|
||||
android:label="@string/title_about"
|
||||
tools:layout="@layout/fragment_about" />
|
||||
<fragment
|
||||
android:id="@+id/appsGamesFragment"
|
||||
android:name="com.aurora.store.view.ui.all.AppsGamesFragment"
|
||||
android:label="@string/title_apps_games"
|
||||
tools:layout="@layout/activity_generic_pager" />
|
||||
</navigation>
|
||||
Reference in New Issue
Block a user