Guest User

Untitled

a guest
Dec 11th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <ConstraintLayoutStates
  2. xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. xmlns:app="http://schemas.android.com/apk/res-auto"
  5. >
  6. <State
  7. android:id="@+id/start"
  8. app:constraints="@layout/start_layout"/>
  9. <State
  10. android:id="@+id/loading"
  11. app:constraints="@layout/activity_cl_states_loading"/>
  12. <State
  13. android:id="@+id/end"
  14. app:constraints="@layout/activity_cl_states_end"/>
  15. </ConstraintLayoutStates>
Add Comment
Please, Sign In to add comment