Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <fragment
  2. android:id="@+id/splashFragment"
  3. android:name="com.acme.fragment.SplashFragment"
  4. android:label="fragment_splash"
  5. tools:layout="@layout/fragment_splash">
  6. <action
  7. android:id="@+id/action_splashFragment_to_loginFragment"
  8. app:destination="@id/loginFragment"
  9. app:popUpTo="@id/splashFragment"
  10. app:popUpToInclusive="true"/>
  11. </fragment>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement