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
Ewout ter Hoeven
VLC-Android
Commits
23e12a53
Commit
23e12a53
authored
Feb 19, 2015
by
Alexandre Perraud
Browse files
UI : use new "unknown" browser icon
parent
dd32ce25
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/src/org/videolan/vlc/gui/network/NetworkAdapter.java
View file @
23e12a53
...
...
@@ -192,7 +192,7 @@ public class NetworkAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolde
case
MediaWrapper
.
TYPE_SUBTITLE
:
return
R
.
drawable
.
ic_browser_subtitle_normal
;
default
:
return
R
.
drawable
.
ic_
menu_cone
;
return
R
.
drawable
.
ic_
browser_unknown_normal
;
}
}
}
Write
Preview
Supports
Markdown
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