summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel <daniel@danielpc>2012-06-05 13:46:26 +0200
committerdaniel <daniel@danielpc>2012-06-05 13:46:26 +0200
commit451483180f3e3cc8e258ed83156f2ed7ef758f67 (patch)
tree3e74ba1a945d43ad904640dfd980b797f6fb16f9 /res/layout
parentee078c3ac83f490d2c254d04d9421ee668ff65e2 (diff)
downloadAntennaPod-451483180f3e3cc8e258ed83156f2ed7ef758f67.zip
Expanded MediaplayerActivity + Bugfixes
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/mediaplayer_activity.xml17
1 files changed, 13 insertions, 4 deletions
diff --git a/res/layout/mediaplayer_activity.xml b/res/layout/mediaplayer_activity.xml
index b5b4d0a58..d6ee82733 100644
--- a/res/layout/mediaplayer_activity.xml
+++ b/res/layout/mediaplayer_activity.xml
@@ -6,7 +6,7 @@
android:orientation="vertical" >
<ImageView
- android:id="@+id/imageView1"
+ android:id="@+id/imgvCover"
android:layout_width="match_parent"
android:layout_height="283dp"
android:layout_weight="0.02"
@@ -18,24 +18,33 @@
android:layout_height="wrap_content" >
<TextView
- android:id="@+id/textView3"
+ android:id="@+id/txtvPosition"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:text="left" />
<TextView
- android:id="@+id/textView4"
+ android:id="@+id/txtvLength"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:text="right" />
+ <TextView
+ android:id="@+id/txtvStatus"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentTop="true"
+ android:layout_centerHorizontal="true"
+ android:text="TextView"
+ android:visibility="invisible" />
+
</RelativeLayout>
<SeekBar
- android:id="@+id/seekBar1"
+ android:id="@+id/sbPosition"
android:layout_width="match_parent"
android:layout_height="wrap_content" />