SparticusKing / genplus-droid

Automatically exported from code.google.com/p/genplus-droid
0 stars 0 forks source link

Touch buttons rendered off screen on nexus 7 #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When in the settings editing the position of the touch buttons it is clear they 
are clipped by the on screen menu/back/recent apps bar. In fact the start 
button is not visible at all. Obviously this occurs in all games as well.

The problem is apparent on a nexus 7 running jelly bean.It appears as if the 
app is not expecting the on screen button bar to be visible and it is simply 
overlaying the apps buttons.

Original issue reported on code.google.com by stevepea...@gmail.com on 24 Jan 2013 at 7:39

GoogleCodeExporter commented 9 years ago
This was driving me crazy on my Nexus 7 so I made a work around for this issue 
by using a File manager (File Manager HD) and going to the folder GenPlusDroid 
and editing the "config.xml" with a text editor. First copy and rename the 
original to a backup, then open up the config.XML and change the line x and y 
values for the line that includes 
<...textures/startbutton.png .../> to something like x="78.325" and y="194.8" 
for example. That puts the start button in the upper left area below where the 
rewind would be. I don't really ever use the rewind button so this is where I 
prefer it, but if you like it in the middle you can just change y to 
y="634.20667" or so. Of course your mileage may vary and use at your own 
risk,but it's worked for me.

Original comment by pmon...@gmail.com on 18 Apr 2013 at 10:31