document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <linearlayout android:layout_height="fill_parent" android:layout_width="fill_parent" android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android">
  2.  
  3.     <textview android:layout_height="wrap_content" android:layout_width="fill_parent" android:text="Mango Player">
  4.  
  5.     <linearlayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:orientation="horizontal">
  6.  
  7.         <autocompletetextview android:hint="select a song" android:id="@+id/autoCompleteTextViewer" android:layout_gravity="center_vertical" android:layout_height="wrap_content" android:layout_weight="50" android:layout_width="wrap_content">
  8.  
  9.         <button android:id="@+id/bSelectFile" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="browse">
  10.    
  11.  
  12.     <linearlayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:orientation="horizontal">
  13.  
  14.     </linearlayout></button><button android:id="@+id/bPlay" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="Play">
  15.  
  16.     <seekbar android:id="@+id/mediaSeekBar" android:layout_height="wrap_content" android:layout_weight="1" android:layout_width="match_parent">
  17.  
  18.  
  19.     </seekbar></button><button android:id="@+id/bstop" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="stop">
  20.  
  21.  
  22.  
  23.     <textview android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="volume">
  24.  
  25.     <seekbar android:id="@+id/volSeekBar" android:layout_height="wrap_content" android:layout_width="match_parent">
  26.  
  27.  
  28. </seekbar></textview></button></autocompletetextview></linearlayout></textview></linearlayout>
');