[Android] Hide Refresh option in menu, no action anymore.

Edward Wang edward.c.wang at compdigitec.com
Fri Nov 28 12:14:58 CET 2014


On 2014-11-28 09:47, git at videolan.org (Geoffrey Métais) 
<git at videolan.org (Geoffrey Métais)> wrote:
> Hide Refresh option in menu, no action anymore.
>
>> >http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=52fa80670c181ff50be18f3704351e988c16f693
> ---
>
>   vlc-android/res/menu-v10/media_library.xml |    3 +--
>   vlc-android/res/menu-v13/media_library.xml |    3 +--
>   vlc-android/res/menu-v7/media_library.xml  |    3 +--
>   3 files changed, 3 insertions(+), 6 deletions(-)
>
> diff --git a/vlc-android/res/menu-v10/media_library.xml b/vlc-android/res/menu-v10/media_library.xml
> index 4117d25..76055da 100644
> --- a/vlc-android/res/menu-v10/media_library.xml
> +++ b/vlc-android/res/menu-v10/media_library.xml
> @@ -31,8 +31,7 @@
>           android:id="@+id/ml_menu_refresh"
>           android:icon="@drawable/ic_menu_refresh_wb"
>           android:title="@string/refresh"
> -        android:nextFocusDown="@id/ml_menu_refresh"
> -        vlc:showAsAction="ifRoom" />
> +        android:nextFocusDown="@id/ml_menu_refresh"/>

This means that the action is still accessible through the menu, correct?

On a side note, I don't see why having the swipe to refresh means we 
cannot have an action to do that, like K-9 Mail for instance.

Regards,
         Edward Wang


More information about the Android mailing list