ライブラリ画面のアニメーションを明示

This commit is contained in:
ろむねこ 2024-01-26 20:17:47 +09:00
parent 8df63b0ac6
commit 6679f8389c
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -12,10 +12,10 @@
<action <action
android:id="@+id/action_feature_library_top_fragment_self" android:id="@+id/action_feature_library_top_fragment_self"
app:destination="@id/feature_library_top_fragment" app:destination="@id/feature_library_top_fragment"
app:enterAnim="@anim/nav_default_enter_anim" app:enterAnim="@anim/nav_twitter_enter_anim"
app:exitAnim="@anim/nav_default_exit_anim" app:exitAnim="@anim/nav_twitter_exit_anim"
app:popEnterAnim="@anim/nav_default_pop_enter_anim" app:popEnterAnim="@anim/nav_twitter_pop_enter_anim"
app:popExitAnim="@anim/nav_default_pop_exit_anim" app:popExitAnim="@anim/nav_twitter_pop_exit_anim"
app:popUpTo="@id/feature_library_top_fragment" app:popUpTo="@id/feature_library_top_fragment"
app:popUpToInclusive="false"/> app:popUpToInclusive="false"/>
</fragment> </fragment>