Quote:
Originally Posted by Analogus
For closing full-page-overlays (e.g. authors-list-overlay) you have to hit the small button in the left upper corner. It would be nice to be able to close it by touching somewhere on the broad black upper border, not just the small area of the button.
|
Yes, that's possible. In main.xml, look for id="MENU_DETAILS_GROUP". In that group, about 120 lines down, there's this line:
Now, right
before that line, insert the following line of code:
That should take care of most 'regular' views. If you do a search for skin="button_back" though, you'll see that there are more definitions for specific views. Of those, I'd say that SETTING_GROUP and maybe SCROLL_SETTING_GROUP are the most used, so you could consider adding the code there too. Note that in the latter case, the back button refers to doMenuClose2, so you'll have to change the inserted line accordingly.