d7cf440aa5f7f7e3959f4d0068b04b495bd13fc9
   1 <?xml version=
"1.0" encoding=
"utf-8"?> 
   2 <RelativeLayout xmlns:
android=
"http://schemas.android.com/apk/res/android" 
   3   android:
layout_width=
"fill_parent" android:
layout_height=
"fill_parent" 
   5   <ImageView android:
id=
"@+id/status_icon" 
   6     android:
layout_width=
"wrap_content" android:
layout_height=
"fill_parent" 
   7     android:
layout_alignParentLeft=
"true" /> 
   9   <RelativeLayout android:
layout_width=
"fill_parent" 
  10     android:
layout_height=
"fill_parent" android:
layout_toRightOf=
"@id/status_icon"> 
  12     <TextView android:
id=
"@+id/status_text" android:
layout_width=
"fill_parent" 
  13       android:
layout_height=
"wrap_content" android:
layout_alignParentTop=
"true" /> 
  14     <ProgressBar android:
id=
"@+id/status_progress" 
  15       android:
layout_width=
"fill_parent" android:
layout_height=
"wrap_content" 
  16       android:
layout_below=
"@id/status_text" 
  17       android:
indeterminate=
"false" android:
indeterminateOnly=
"false" 
  18       style=
"?android:attr/progressBarStyleHorizontal"/>