[Android] [PATCH 1/3] ticket #11927 1a-c, 3b-c

Mik Amchislavsky hailmikhail at gmail.com
Sun Sep 7 14:32:50 CEST 2014


retry
On Sep 6, 2014 4:40 PM, "Mik Amchislavsky" <hailmikhail at gmail.com> wrote:

> Focus support. Show focus driven navigation within video list.
>
> --- a/vlc-android/res/drawable/background_item.xml
> +++ b/vlc-android/res/drawable/background_item.xml
> @@ -1,5 +1,10 @@
>  <?xml version="1.0" encoding="utf-8"?>
>  <selector xmlns:android="http://schemas.android.com/apk/res/android">
> +    <item android:state_focused="true" android:state_selected="false">
> +        <shape android:shape="rectangle">
> +            <solid android:color="@color/darkgrey" />
> +        </shape>
> +    </item>
>      <item android:state_pressed="true">
>          <shape android:shape="rectangle">
>              <solid android:color="@color/orange" />
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/android/attachments/20140907/70732a76/attachment.html>


More information about the Android mailing list