calvinaquino / LNReader-Android

Light novel reader for android test project collab
Apache License 2.0
119 stars 36 forks source link

ActionBar hides first few lines #208

Closed akrolsmir closed 9 years ago

akrolsmir commented 9 years ago

The ActionBar on the latest version of Bakareader Ex hides the first few lines of content, even when scrolled all the way up. Picture (this is on Nexus 5, Android Lollipop 5.1.1.):

2015-07-27 23 15 28

Nandaka commented 9 years ago

Try to enable fullscreen for the time being.

Nandaka commented 9 years ago

Try https://github.com/calvinaquino/LNReader-Android/releases/tag/1.1.34-beta1

akrolsmir commented 9 years ago

The main issue is fixed (assuming the bar on top is just a debug thing). However, when I toggle fullscreen and then tap to bring up the actionbar, the actionbar hides the first few lines again.

2015-07-28 17 40 26 2015-07-28 17 40 53

Nandaka commented 9 years ago

The greybox is debug thing, as for full screen mode, it will hide the first few line when the action bar shown (by design). It should be OK as the action bar will auto hide after few seconds.

For normal mode, it will not hide the first few lines (always below action bar).