1 <?xml version=
"1.0" encoding=
"utf-8"?> 
   3 <LinearLayout xmlns:
android=
"http://schemas.android.com/apk/res/android" 
   4               android:
id=
"@+id/main_audio_view" 
   5               android:
layout_width=
"fill_parent" 
   6               android:
layout_height=
"wrap_content" 
   7               android:
layout_gravity=
"center" 
   8               android:
orientation=
"vertical"> 
  10     android:
layout_width=
"wrap_content" 
  11     android:
layout_height=
"wrap_content" 
  12     android:
layout_gravity=
"center" 
  13     android:
text=
"Now playing:" 
  14     android:
textSize=
"25sp" 
  15     android:
textStyle=
"bold" 
  18     android:
id=
"@+id/now_playing_text" 
  19     android:
layout_width=
"wrap_content" 
  20     android:
layout_height=
"wrap_content" 
  21     android:
layout_marginTop=
"20dip" 
  22     android:
layout_marginLeft=
"10dip" 
  23     android:
layout_marginRight=
"10dip" 
  24     android:
layout_gravity=
"center" 
  25     android:
text=
"Now playing.." 
  26     android:
textSize=
"16sp" 
  27     android:
textStyle=
"italic"