Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <linearlayout android:layout_height="fill_parent" android:layout_width="fill_parent" android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android">
- <textview android:layout_height="wrap_content" android:layout_width="fill_parent" android:text="Mango Player">
- <linearlayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:orientation="horizontal">
- <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">
- <button android:id="@+id/bSelectFile" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="browse">
- <linearlayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:orientation="horizontal">
- </linearlayout></button><button android:id="@+id/bPlay" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="Play">
- <seekbar android:id="@+id/mediaSeekBar" android:layout_height="wrap_content" android:layout_weight="1" android:layout_width="match_parent">
- </seekbar></button><button android:id="@+id/bstop" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="stop">
- <textview android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="volume">
- <seekbar android:id="@+id/volSeekBar" android:layout_height="wrap_content" android:layout_width="match_parent">
- </seekbar></textview></button></autocompletetextview></linearlayout></textview></linearlayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement