[Android] New StatusBar design for Video Player

Thomas Guillem thomas.guillem at gmail.com
Thu Oct 2 10:58:02 CEST 2014


In AndroidDevices.java:
Maybe the navBar check should be something like:
hasNavBar = LibVlcUtil.isJellyBeanMR1OrLater() ||
(LibVlcUtil.isICSOrLater() &&
!devicesWithoutNavBar.contains(android.os.Build.MODEL));

Because, I think after JBMR1, we can always show/hide status and nav bar.

On Thu, Oct 2, 2014 at 10:49 AM, XilasZ <xilasz at gmail.com> wrote:
> The issue is that dimStatusBar is blocked on some devices with hasNavBar()
> (i did that long time ago, because weird stuff happened when hiding
> inexistant navbar on HTC OneX), and the fullscreen flag is not set.
>
> i removed the test and everything seems to work as it should, i'll keep
> testing, see if there is no side effects.
>
> Le 2 oct. 2014 09:32, "XilasZ" <xilasz at gmail.com> a écrit :
>
>> Hi,
>>
>> I just tested this, and unfortunately the status bar never hides for me
>> (HTC One X, 4.2.2).
>> I guess that's not the expected behavior, i'll take a look at it.
>>
>> Le 2 oct. 2014 09:24, "Thomas Guillem" <thomas.guillem at gmail.com> a écrit
>> :
>>>
>>> Thanks you for pushing my patches.
>>> So I guess you agree with the new design.
>>> The patches I proposed yesterday didn't enable transparency for
>>> Android 4.4, I'll propose the new patch for that.
>>>
>>> Regards,
>>> Thomas.
>>>
>>> On Wed, Oct 1, 2014 at 6:32 PM, Edward Wang
>>> <edward.c.wang at compdigitec.com> wrote:
>>> > On Wed, Oct 1, 2014 at 6:42 AM, Geoffrey Metais
>>> > <geoffrey.metais at gmail.com> wrote:
>>> >> I would prefer the title to be centered horizontally.
>>> >>
>>> >> Apart from that, it's fine.
>>> >
>>> >
>>> > I would prefer to keep the title the way it is now, just for
>>> > consistency.
>>> >
>>> > Regards,
>>> >  Edward
>>> > _______________________________________________
>>> > Android mailing list
>>> > Android at videolan.org
>>> > https://mailman.videolan.org/listinfo/android
>>> _______________________________________________
>>> Android mailing list
>>> Android at videolan.org
>>> https://mailman.videolan.org/listinfo/android
>
>
> _______________________________________________
> Android mailing list
> Android at videolan.org
> https://mailman.videolan.org/listinfo/android
>


More information about the Android mailing list