android - Status bar inappropriately appears when selecting for ListPreference dialog -


try this:

1) set manifest use full screen theme (thereby hiding status bar)

2) create set of nested preference activities, , have innermost activity open listpreference dialog.

you find opening dialog causes status bar briefly re-appear, , permanently re-appear if change device orientation.

is legitimate android bug? there way override theme used listpreference itself? (relevant?)

this bug appears in number of different ways surrounding full screen activities. clicking on spinner more items fit on screen example. if submit bug report belongs here.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -