1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4+ xmlns : tools =" http://schemas.android.com/tools"
5+ android : layout_width =" match_parent"
6+ android : layout_height =" match_parent"
7+ tools : context =" .views.GuestMain" >
8+
9+ <androidx .swiperefreshlayout.widget.SwipeRefreshLayout
10+ android : id =" @+id/simpleSwipeRefreshLayout"
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 =" horizontal"
18+ android : padding =" 20dp" >
19+
20+ <TextView
21+ android : layout_width =" wrap_content"
22+ android : layout_height =" wrap_content"
23+ android : text =" Random Number : "
24+ android : textColor =" #000"
25+ android : textSize =" 20sp" />
26+
27+ <TextView
28+ android : id =" @+id/guestTextView"
29+ android : layout_width =" wrap_content"
30+ android : layout_height =" wrap_content"
31+ android : textColor =" #000"
32+ android : textSize =" 20sp" />
33+
34+ </LinearLayout >
35+ </androidx .swiperefreshlayout.widget.SwipeRefreshLayout>
36+ </androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments