mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 07:53:15 +00:00
ライブラリ画面のアニメーションを明示
This commit is contained in:
parent
8df63b0ac6
commit
6679f8389c
|
@ -12,10 +12,10 @@
|
|||
<action
|
||||
android:id="@+id/action_feature_library_top_fragment_self"
|
||||
app:destination="@id/feature_library_top_fragment"
|
||||
app:enterAnim="@anim/nav_default_enter_anim"
|
||||
app:exitAnim="@anim/nav_default_exit_anim"
|
||||
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
|
||||
app:popExitAnim="@anim/nav_default_pop_exit_anim"
|
||||
app:enterAnim="@anim/nav_twitter_enter_anim"
|
||||
app:exitAnim="@anim/nav_twitter_exit_anim"
|
||||
app:popEnterAnim="@anim/nav_twitter_pop_enter_anim"
|
||||
app:popExitAnim="@anim/nav_twitter_pop_exit_anim"
|
||||
app:popUpTo="@id/feature_library_top_fragment"
|
||||
app:popUpToInclusive="false"/>
|
||||
</fragment>
|
||||
|
|
Loading…
Reference in New Issue
Block a user