アニメーションを追加 テスト

This commit is contained in:
r-ca 2024-01-20 15:50:03 +09:00
parent e86129295a
commit a3f469b466
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -11,7 +11,11 @@
android:label="SettingTopFragment" >
<action
android:id="@+id/action_settingTopFragment_to_settingAboutPageFragment"
app:destination="@id/settingAboutPageFragment" />
app:destination="@id/settingAboutPageFragment"
app:enterAnim="@anim/slide_from_right"
app:exitAnim="@anim/slide_to_left"
app:popEnterAnim="@anim/slide_from_left"
app:popExitAnim="@anim/slide_to_right" />
</fragment>
<fragment
android:id="@+id/settingAboutPageFragment"