1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 ownCloud Android client application
5 Copyright (C)
2012-
2013 ownCloud Inc.
7 This program is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version
2,
9 as published by the Free Software Foundation.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see
<http://www.gnu.org/licenses
/>.
21 <LinearLayout xmlns:
android=
"http://schemas.android.com/apk/res/android"
22 android:
layout_width=
"match_parent"
23 android:
layout_height=
"wrap_content"
24 android:
orientation=
"vertical">
27 android:
layout_width=
"match_parent"
28 android:
layout_height=
"wrap_content"
29 android:
gravity=
"center"
30 android:
paddingTop=
"4dp"
31 android:
orientation=
"horizontal"
35 android:
id=
"@+id/rewindBtn"
36 style=
"@android:style/MediaButton.Rew"
37 android:
contentDescription=
"@string/media_rewind_description"
40 android:
id=
"@+id/playBtn"
41 style=
"@android:style/MediaButton.Play"
42 android:
contentDescription=
"@string/media_play_pause_description"
45 android:
id=
"@+id/forwardBtn"
46 style=
"@android:style/MediaButton.Ffwd"
47 android:
contentDescription=
"@string/media_forward_description"
53 android:
layout_width=
"match_parent"
54 android:
layout_height=
"wrap_content"
55 android:
orientation=
"horizontal">
58 android:
id=
"@+id/currentTimeText"
59 android:
textSize=
"14sp"
60 android:
textStyle=
"bold"
61 android:
paddingTop=
"4dp"
62 android:
paddingStart=
"4dp"
63 android:
layout_gravity=
"center_horizontal"
64 android:
layout_width=
"wrap_content"
65 android:
layout_height=
"wrap_content"
66 android:
paddingEnd=
"4dp"
67 android:
text=
"@string/placeholder_media_time"
71 android:
id=
"@+id/progressBar"
72 style=
"?android:attr/progressBarStyleHorizontal"
73 android:
layout_width=
"0dp"
74 android:
layout_weight=
"1"
75 android:
layout_height=
"32dp"
76 android:
layout_alignParentStart=
"true"
77 android:
layout_alignParentEnd=
"true" />
79 <TextView android:
id=
"@+id/totalTimeText"
80 android:
textSize=
"14sp"
81 android:
textStyle=
"bold"
82 android:
paddingTop=
"4dp"
83 android:
paddingEnd=
"4dp"
84 android:
layout_gravity=
"center_horizontal"
85 android:
layout_width=
"wrap_content"
86 android:
layout_height=
"wrap_content"
87 android:
paddingStart=
"4dp"
88 android:
text=
"@string/placeholder_media_time"