11<?xml version =" 1.0" encoding =" utf-8" ?>
22<androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : app =" http://schemas.android.com/apk/res-auto"
4+ xmlns : shimmer =" http://schemas.android.com/apk/res-auto"
45 xmlns : tools =" http://schemas.android.com/tools"
56 android : layout_width =" match_parent"
67 android : layout_height =" match_parent" >
78
9+ <com .facebook.shimmer.ShimmerFrameLayout
10+ android : id =" @+id/shimmer_view_container"
11+ android : layout_width =" match_parent"
12+ android : layout_height =" wrap_content"
13+ android : layout_gravity =" center"
14+ android : layout_marginTop =" @dimen/margin_8"
15+ android : orientation =" vertical"
16+ app : layout_constraintStart_toStartOf =" parent"
17+ app : layout_constraintTop_toTopOf =" parent"
18+ shimmer : duration =" 800" >
19+
20+ <LinearLayout
21+ android : layout_width =" match_parent"
22+ android : layout_height =" wrap_content"
23+ android : orientation =" vertical" >
24+
25+ <include layout =" @layout/data_placeholder_layout" />
26+ <include layout =" @layout/data_placeholder_layout" />
27+ <include layout =" @layout/data_placeholder_layout" />
28+ <include layout =" @layout/data_placeholder_layout" />
29+ <include layout =" @layout/data_placeholder_layout" />
30+ <include layout =" @layout/data_placeholder_layout" />
31+ <include layout =" @layout/data_placeholder_layout" />
32+ <include layout =" @layout/data_placeholder_layout" />
33+ <include layout =" @layout/data_placeholder_layout" />
34+ <include layout =" @layout/data_placeholder_layout" />
35+ </LinearLayout >
36+
37+ </com .facebook.shimmer.ShimmerFrameLayout>
38+
839
940 <androidx .recyclerview.widget.RecyclerView
1041 android : id =" @+id/parent_recycler"
1849 tools : itemCount =" 10"
1950 tools : listitem =" @layout/issue_row_item" />
2051
21- <ProgressBar
22- android : id =" @+id/progress"
23- android : layout_width =" wrap_content"
24- android : layout_height =" wrap_content"
25- android : visibility =" gone"
26- app : layout_constraintBottom_toBottomOf =" parent"
27- app : layout_constraintEnd_toEndOf =" parent"
28- app : layout_constraintStart_toStartOf =" parent"
29- app : layout_constraintTop_toTopOf =" parent"
30- tools : visibility =" visible" />
3152
3253</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments