|
9 | 9 | android:name="com.osfans.trime.ui.fragments.PrefFragment"
|
10 | 10 | android:label="PrefFragment" >
|
11 | 11 | <action
|
12 |
| - android:id="@+id/action_prefFragment_to_userDataFragment" |
13 |
| - app:destination="@id/userDataFragment" /> |
| 12 | + android:id="@+id/action_prefFragment_to_profileFragment" |
| 13 | + app:destination="@id/profileFragment" |
| 14 | + app:enterAnim="@anim/nav_default_enter_anim" |
| 15 | + app:exitAnim="@anim/nav_default_exit_anim" |
| 16 | + app:popEnterAnim="@anim/nav_default_pop_enter_anim" |
| 17 | + app:popExitAnim="@anim/nav_default_pop_exit_anim" /> |
14 | 18 | <action
|
15 | 19 | android:id="@+id/action_prefFragment_to_keyboardFragment"
|
16 |
| - app:destination="@id/keyboardFragment" /> |
| 20 | + app:destination="@id/keyboardFragment" |
| 21 | + app:enterAnim="@anim/nav_default_enter_anim" |
| 22 | + app:exitAnim="@anim/nav_default_exit_anim" |
| 23 | + app:popEnterAnim="@anim/nav_default_pop_enter_anim" |
| 24 | + app:popExitAnim="@anim/nav_default_pop_exit_anim" /> |
17 | 25 | <action
|
18 | 26 | android:id="@+id/action_prefFragment_to_themeColorFragment"
|
19 |
| - app:destination="@id/themeColorFragment" /> |
| 27 | + app:destination="@id/themeColorFragment" |
| 28 | + app:enterAnim="@anim/nav_default_enter_anim" |
| 29 | + app:exitAnim="@anim/nav_default_exit_anim" |
| 30 | + app:popEnterAnim="@anim/nav_default_pop_enter_anim" |
| 31 | + app:popExitAnim="@anim/nav_default_pop_exit_anim" /> |
20 | 32 | <action
|
21 | 33 | android:id="@+id/action_prefFragment_to_otherFragment"
|
22 |
| - app:destination="@id/otherFragment" /> |
| 34 | + app:destination="@id/otherFragment" |
| 35 | + app:enterAnim="@anim/nav_default_enter_anim" |
| 36 | + app:exitAnim="@anim/nav_default_exit_anim" |
| 37 | + app:popEnterAnim="@anim/nav_default_pop_enter_anim" |
| 38 | + app:popExitAnim="@anim/nav_default_pop_exit_anim" /> |
23 | 39 | <action
|
24 | 40 | android:id="@+id/action_prefFragment_to_toolkitFragment"
|
25 |
| - app:destination="@id/toolkitFragment" /> |
| 41 | + app:destination="@id/toolkitFragment" |
| 42 | + app:enterAnim="@anim/nav_default_enter_anim" |
| 43 | + app:exitAnim="@anim/nav_default_exit_anim" |
| 44 | + app:popEnterAnim="@anim/nav_default_pop_enter_anim" |
| 45 | + app:popExitAnim="@anim/nav_default_pop_exit_anim" /> |
26 | 46 | <action
|
27 | 47 | android:id="@+id/action_prefFragment_to_aboutFragment"
|
28 |
| - app:destination="@id/aboutFragment" /> |
| 48 | + app:destination="@id/aboutFragment" |
| 49 | + app:enterAnim="@anim/nav_default_enter_anim" |
| 50 | + app:exitAnim="@anim/nav_default_exit_anim" |
| 51 | + app:popEnterAnim="@anim/nav_default_pop_enter_anim" |
| 52 | + app:popExitAnim="@anim/nav_default_pop_exit_anim" /> |
29 | 53 | </fragment>
|
30 | 54 | <fragment
|
31 |
| - android:id="@+id/userDataFragment" |
| 55 | + android:id="@+id/profileFragment" |
32 | 56 | android:name="com.osfans.trime.ui.fragments.ProfileFragment"
|
33 |
| - android:label="UserDataFragment" /> |
| 57 | + android:label="ProfileFragment" /> |
34 | 58 | <fragment
|
35 | 59 | android:id="@+id/keyboardFragment"
|
36 | 60 | android:name="com.osfans.trime.ui.fragments.KeyboardFragment"
|
|
53 | 77 | android:label="AboutFragment" >
|
54 | 78 | <action
|
55 | 79 | android:id="@+id/action_aboutFragment_to_licenseFragment"
|
56 |
| - app:destination="@id/licenseFragment" /> |
| 80 | + app:destination="@id/licenseFragment" |
| 81 | + app:enterAnim="@anim/nav_default_enter_anim" |
| 82 | + app:exitAnim="@anim/nav_default_exit_anim" |
| 83 | + app:popEnterAnim="@anim/nav_default_pop_enter_anim" |
| 84 | + app:popExitAnim="@anim/nav_default_pop_exit_anim" /> |
57 | 85 | </fragment>
|
58 | 86 | <fragment
|
59 | 87 | android:id="@+id/licenseFragment"
|
|
0 commit comments