mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
テスト
This commit is contained in:
parent
54ed1ccb80
commit
ce83c46cba
|
@ -9,5 +9,15 @@
|
||||||
android:id="@+id/homeTopFragment"
|
android:id="@+id/homeTopFragment"
|
||||||
android:name="one.nem.lacerta.feature.home.HomeTopFragment"
|
android:name="one.nem.lacerta.feature.home.HomeTopFragment"
|
||||||
android:label="fragment_home_top"
|
android:label="fragment_home_top"
|
||||||
tools:layout="@layout/fragment_home_top" />
|
tools:layout="@layout/fragment_home_top" >
|
||||||
|
<action
|
||||||
|
android:id="@+id/action_homeTopFragment_pop"
|
||||||
|
app:enterAnim="@anim/nav_default_enter_anim"
|
||||||
|
app:exitAnim="@anim/nav_default_exit_anim"
|
||||||
|
app:popUpTo="@id/homeTopFragment"
|
||||||
|
app:popUpToInclusive="true"
|
||||||
|
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
||||||
|
app:popExitAnim="@anim/nav_default_pop_exit_anim" />
|
||||||
|
</fragment>
|
||||||
|
|
||||||
</navigation>
|
</navigation>
|
Loading…
Reference in New Issue
Block a user