Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Casanowow Life for love
VLC-Android
Commits
688c582c
Commit
688c582c
authored
Jul 19, 2012
by
Sébastien Toque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce video player controls size
parent
63283da4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
vlc-android/res/layout/player.xml
vlc-android/res/layout/player.xml
+5
-5
vlc-android/res/layout/player_contol_classic.xml
vlc-android/res/layout/player_contol_classic.xml
+6
-6
No files found.
vlc-android/res/layout/player.xml
View file @
688c582c
...
...
@@ -129,7 +129,7 @@
<FrameLayout
android:id=
"@+id/player_control"
android:layout_width=
"fill_parent"
android:layout_height=
"
5
0dip"
android:layout_height=
"
4
0dip"
android:layout_below=
"@+id/player_overlay_seekbar"
android:layout_centerHorizontal=
"true"
android:layout_marginLeft=
"60dp"
...
...
@@ -137,16 +137,16 @@
<ImageButton
android:id=
"@+id/player_overlay_size"
android:layout_width=
"
5
0dip"
android:layout_height=
"
5
0dip"
android:layout_width=
"
4
0dip"
android:layout_height=
"
4
0dip"
android:layout_alignParentRight=
"true"
android:layout_below=
"@+id/player_overlay_seekbar"
android:background=
"@drawable/ic_size"
/>
<ImageButton
android:id=
"@+id/player_overlay_lock"
android:layout_width=
"
5
0dip"
android:layout_height=
"
5
0dip"
android:layout_width=
"
4
0dip"
android:layout_height=
"
4
0dip"
android:layout_alignParentLeft=
"true"
android:layout_below=
"@+id/player_overlay_seekbar"
android:background=
"@drawable/ic_lock"
/>
...
...
vlc-android/res/layout/player_contol_classic.xml
View file @
688c582c
...
...
@@ -6,22 +6,22 @@
<ImageButton
android:id=
"@+id/player_overlay_backward"
android:layout_width=
"
5
0dip"
android:layout_height=
"
5
0dip"
android:layout_width=
"
4
0dip"
android:layout_height=
"
4
0dip"
android:background=
"@drawable/ic_backward"
/>
<ImageButton
android:id=
"@+id/player_overlay_play"
android:layout_width=
"
5
0dip"
android:layout_height=
"
5
0dip"
android:layout_width=
"
4
0dip"
android:layout_height=
"
4
0dip"
android:layout_marginLeft=
"15dp"
android:layout_marginRight=
"15dp"
android:background=
"@drawable/ic_pause"
/>
<ImageButton
android:id=
"@+id/player_overlay_forward"
android:layout_width=
"
5
0dip"
android:layout_height=
"
5
0dip"
android:layout_width=
"
4
0dip"
android:layout_height=
"
4
0dip"
android:background=
"@drawable/ic_forward"
/>
</LinearLayout>
\ No newline at end of file
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