summaryrefslogtreecommitdiff
path: root/res/layout/mediaplayer_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/mediaplayer_activity.xml')
-rw-r--r--res/layout/mediaplayer_activity.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/res/layout/mediaplayer_activity.xml b/res/layout/mediaplayer_activity.xml
index 0f4b7bbb9..295ea6414 100644
--- a/res/layout/mediaplayer_activity.xml
+++ b/res/layout/mediaplayer_activity.xml
@@ -2,7 +2,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
-
android:orientation="vertical" >
<ImageView
@@ -44,13 +43,14 @@
<SeekBar
android:id="@+id/sbPosition"
android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content"
+ android:max="500" />
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:scaleType="fitXY"
android:padding="5dp"
+ android:scaleType="fitXY"
android:src="@drawable/horizontal_divider" />
<LinearLayout
@@ -96,4 +96,11 @@
android:src="@android:drawable/ic_media_ff" />
</LinearLayout>
+ <ImageView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:padding="5dp"
+ android:scaleType="fitXY"
+ android:src="@drawable/horizontal_divider" />
+
</LinearLayout> \ No newline at end of file