mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
アニメーションを追加 テスト
This commit is contained in:
parent
e86129295a
commit
a3f469b466
|
@ -11,7 +11,11 @@
|
||||||
android:label="SettingTopFragment" >
|
android:label="SettingTopFragment" >
|
||||||
<action
|
<action
|
||||||
android:id="@+id/action_settingTopFragment_to_settingAboutPageFragment"
|
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>
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/settingAboutPageFragment"
|
android:id="@+id/settingAboutPageFragment"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user