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
80e06c94
Commit
80e06c94
authored
Feb 21, 2014
by
Alexandre Perraud
Committed by
Adrien Maglo
Feb 24, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Audio : fix bad icons references.
Signed-off-by:
Adrien Maglo
<
magsoft@videolan.org
>
parent
a42c3fbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
vlc-android/res/layout/notification.xml
vlc-android/res/layout/notification.xml
+8
-8
No files found.
vlc-android/res/layout/notification.xml
View file @
80e06c94
...
...
@@ -43,32 +43,32 @@
<ImageButton
android:id=
"@+id/play_pause"
android:layout_width=
"
3
0dp"
android:layout_height=
"
3
0dp"
android:layout_width=
"
4
0dp"
android:layout_height=
"
4
0dp"
android:layout_margin=
"5dp"
android:background=
"#00ffffff"
android:clickable=
"true"
android:scaleType=
"fitXY"
android:src=
"@drawable/ic_play"
/>
android:src=
"@drawable/ic_
w
play"
/>
<ImageButton
android:id=
"@+id/forward"
android:layout_width=
"40dp"
android:layout_height=
"40dp"
android:layout_margin=
"
10
dp"
android:layout_margin=
"
5
dp"
android:background=
"#00ffffff"
android:clickable=
"true"
android:scaleType=
"fitXY"
android:src=
"@drawable/ic_next"
/>
android:src=
"@drawable/ic_
w
next"
/>
<ImageButton
android:id=
"@+id/stop"
android:layout_width=
"
3
0dp"
android:layout_height=
"
3
0dp"
android:layout_width=
"
4
0dp"
android:layout_height=
"
4
0dp"
android:layout_margin=
"5dp"
android:background=
"#00ffffff"
android:clickable=
"true"
android:scaleType=
"fitXY"
android:src=
"@drawable/ic_stop"
/>
android:src=
"@drawable/ic_
w
stop"
/>
</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