thobook2014 / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

low-profile status bar #413

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Could you please let me know which part of the code decides that options popup 
menu will not be called if title is visible? I have modified the code to make 
use of low-profile status bar (please see attached) which is very convenient 
for reading (specially in night mode), but if during the reading I press 
somewhere on the low-profile status bar that doesn't activate anything (causing 
the status bar to be shown but no action taken), then there are three ways to 
make it into low-profile again (in tablet ui):

1- tap something on the status bar that doesn't leave the reading page (for 
example recent apps), then tap on the reading (active) page;

2- tap recent apps twice;

3- with "title visible", (double) tap to bring up the options menu -- although 
the pop-up options menu will not be activated, because title is visible, the 
status bar changes back to low-profile.

I am trying to understand what part of the code causes method 3 to work. I 
don't know any android/java programming but if  I know which part of the code 
triggers this behavior, maybe I would be able to implement it for my need.

Thank you.

PS: I'm using version 1.5.6, but I don't think it's relevant to my question.

Original issue reported on code.google.com by krr...@gmail.com on 31 Dec 2012 at 11:29

Attachments:

GoogleCodeExporter commented 9 years ago
Here is a sample in night mode; you can see how convenient it is.

Original comment by krr...@gmail.com on 31 Dec 2012 at 11:57

Attachments:

GoogleCodeExporter commented 9 years ago
Not an issue report.

Original comment by Andrei.K...@gmail.com on 9 Jan 2013 at 10:10