Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Casanowow Life for love
VLC-Android
Commits
088cd004
Commit
088cd004
authored
Apr 11, 2012
by
Sébastien Toque
Browse files
audio player: center shuffle & repeat buttons
parent
661f6386
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/res/layout/audio_player.xml
View file @
088cd004
...
...
@@ -31,8 +31,7 @@
<LinearLayout
android:layout_width=
"90dip"
android:layout_height=
"fill_parent"
android:gravity=
"bottom"
android:paddingLeft=
"15dip"
android:gravity=
"center"
android:orientation=
"vertical"
>
<ImageButton
android:src=
"@drawable/ic_shuffle"
...
...
@@ -51,21 +50,21 @@
android:padding=
"10dip"
android:layout_height=
"60dip"
android:layout_width=
"60dip"
android:layout_marginTop=
"10dip"
android:id=
"@+id/repeat"
android:onClick=
"onRepeatClick"
/>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:orientation=
"horizontal"
<FrameLayout
android:layout_height=
"wrap_content"
android:layout_width=
"fill_parent"
android:layout_marginLeft=
"15dip"
android:layout_marginTop=
"10dip"
android:layout_marginRight=
"15dip"
>
<TextView
android:layout_width=
"
0dip
"
android:layout_width=
"
wrap_content
"
android:layout_height=
"wrap_content"
android:layout_
weight=
"1
"
android:layout_
gravity=
"left
"
android:textSize=
"18dip"
android:text=
"@string/time_0"
android:textColor=
"#ffffff"
...
...
@@ -73,15 +72,14 @@
android:clickable=
"true"
android:onClick=
"onTimeLabelClick"
/>
<TextView
android:layout_width=
"
0dip
"
android:layout_width=
"
wrap_content
"
android:layout_height=
"wrap_content"
android:layout_
we
ight
=
"1
"
android:layout_
gravity=
"r
ight"
android:textSize=
"18dip"
android:text=
"@string/time_0"
android:gravity=
"right"
android:textColor=
"#ffffff"
android:id=
"@+id/length"
/>
</
Linear
Layout>
</
Frame
Layout>
<SeekBar
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment