Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <com.facebook.shimmer.ShimmerFrameLayout
  2. android:id="@+id/shimmer_view_container"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:layout_gravity="center"
  6. android:orientation="vertical"
  7. app:shimmer_auto_start="false"
  8. app:shimmer_duration="2000">
  9.  
  10. <androidx.core.widget.NestedScrollView
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent">
  13.  
  14. <LinearLayout
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent"
  17. android:orientation="vertical">
  18.  
  19. <include layout="@layout/placeholder" />
  20. <include layout="@layout/placeholder" />
  21. <include layout="@layout/placeholder" />
  22. <include layout="@layout/placeholder" />
  23. </LinearLayout>
  24.  
  25. </androidx.core.widget.NestedScrollView>
  26.  
  27. </com.facebook.shimmer.ShimmerFrameLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement