Revert "テスト"

This reverts commit ce83c46cba.
This commit is contained in:
ろむねこ 2023-12-18 10:59:47 +09:00
parent 0820496c45
commit 989dc094fa
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -9,15 +9,5 @@
android:id="@+id/homeTopFragment"
android:name="one.nem.lacerta.feature.home.HomeTopFragment"
android:label="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>
tools:layout="@layout/fragment_home_top" />
</navigation>