Converted BackupActivity to fragment
This commit is contained in:
parent
5a73565182
commit
6e3c1aa742
11 changed files with 134 additions and 177 deletions
|
@ -74,6 +74,15 @@
|
|||
app:launchSingleTop="true"
|
||||
app:popEnterAnim="@anim/retro_fragment_close_enter"
|
||||
app:popExitAnim="@anim/retro_fragment_close_exit" />
|
||||
|
||||
<action
|
||||
android:id="@+id/action_mainSettingsFragment_to_backupFragment"
|
||||
app:destination="@id/backup_fragment"
|
||||
app:enterAnim="@anim/retro_fragment_open_enter"
|
||||
app:exitAnim="@anim/retro_fragment_open_exit"
|
||||
app:launchSingleTop="true"
|
||||
app:popEnterAnim="@anim/retro_fragment_close_enter"
|
||||
app:popExitAnim="@anim/retro_fragment_close_exit" />
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
|
@ -116,4 +125,9 @@
|
|||
android:name="code.name.monkey.retromusic.fragments.about.AboutFragment"
|
||||
android:label="About" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/backup_fragment"
|
||||
android:name="code.name.monkey.retromusic.fragments.backup.BackupFragment"
|
||||
android:label="About" />
|
||||
|
||||
</navigation>
|
Loading…
Add table
Add a link
Reference in a new issue