1 <?xml version=
"1.0" encoding=
"utf-8"?> 
   2 <LinearLayout xmlns:
android=
"http://schemas.android.com/apk/res/android" 
   3     android:
id=
"@+id/loadingLayout" 
   4     android:
layout_width=
"match_parent" 
   5     android:
layout_height=
"wrap_content" 
   6     android:
orientation=
"horizontal" > 
   9         android:
id=
"@+id/loadingBar" 
  10         android:
layout_width=
"wrap_content" 
  11         android:
layout_height=
"wrap_content" 
  12         android:
layout_gravity=
"center_vertical" 
  13         android:
layout_marginBottom=
"10dp" 
  14         android:
layout_marginLeft=
"10dp" 
  15         android:
layout_marginRight=
"5dp" 
  16         android:
layout_marginTop=
"10dp" /> 
  19         android:
id=
"@+id/loadingText" 
  20         android:
layout_width=
"wrap_content" 
  21         android:
layout_height=
"wrap_content" 
  22         android:
layout_gravity=
"center_vertical" 
  23         android:
layout_marginRight=
"20dp" 
  24         android:
text=
"TextView" />