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
Ewout ter Hoeven
VLC-Android
Commits
b23e552e
Commit
b23e552e
authored
Jun 21, 2012
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the refresh button in the ActionBar if there is enough room
parent
f2de4e1e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
1 deletion
+2
-1
vlc-android/res/drawable-hdpi/ic_menu_refresh.png
vlc-android/res/drawable-hdpi/ic_menu_refresh.png
+0
-0
vlc-android/res/drawable-ldpi/ic_menu_refresh.png
vlc-android/res/drawable-ldpi/ic_menu_refresh.png
+0
-0
vlc-android/res/drawable-mdpi/ic_menu_refresh.png
vlc-android/res/drawable-mdpi/ic_menu_refresh.png
+0
-0
vlc-android/res/drawable-xhdpi/ic_menu_refresh.png
vlc-android/res/drawable-xhdpi/ic_menu_refresh.png
+0
-0
vlc-android/res/menu/media_library.xml
vlc-android/res/menu/media_library.xml
+2
-1
No files found.
vlc-android/res/drawable-hdpi/ic_menu_refresh.png
View replaced file @
f2de4e1e
View file @
b23e552e
2.97 KB
|
W:
|
H:
1.98 KB
|
W:
|
H:
2-up
Swipe
Onion skin
vlc-android/res/drawable-ldpi/ic_menu_refresh.png
View replaced file @
f2de4e1e
View file @
b23e552e
1.45 KB
|
W:
|
H:
1.25 KB
|
W:
|
H:
2-up
Swipe
Onion skin
vlc-android/res/drawable-mdpi/ic_menu_refresh.png
0 → 100644
View file @
b23e552e
1.25 KB
vlc-android/res/drawable-xhdpi/ic_menu_refresh.png
0 → 100644
View file @
b23e552e
2.79 KB
vlc-android/res/menu/media_library.xml
View file @
b23e552e
...
...
@@ -25,7 +25,8 @@
<item
android:id=
"@+id/ml_menu_refresh"
android:icon=
"@drawable/ic_menu_refresh"
android:title=
"@string/refresh"
/>
android:title=
"@string/refresh"
android:showAsAction=
"ifRoom"
/>
<item
android:id=
"@+id/ml_menu_preferences"
android:icon=
"@android:drawable/ic_menu_preferences"
...
...
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