localhost-007 / imame4all

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

Fullscreen UI for Nexus devices #258

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
MAME4droid should take advantage of the fullscreen UI for Nexus devices and 
devices with on screen navigation buttons since it would look better and less 
cluttered.

It should look like this: http://cl.ly/0z152U1B3h2e
I/O video: http://www.youtube.com/watch?v=cmZq7Yok6Ns

Original issue reported on code.google.com by a3Dm...@gmail.com on 29 Jul 2013 at 12:12

GoogleCodeExporter commented 9 years ago
Proper link: http://cl.ly/image/3p0v0W1n1Z1i

Original comment by a3Dm...@gmail.com on 29 Jul 2013 at 12:14

GoogleCodeExporter commented 9 years ago
Really, emulated games uses full space available but keeping the aspect ratio. 
Only rom manager is using less space. This is for performance. Rom manager is 
on the emulation side. I have using at max 1024 texture size, and I need to use 
the minimum size for performance on low level devices. Anyway I think I can 
improve the rom manager in some ways to use more space available. I will take a 
look when I finish some other things. 

Original comment by seleuco....@gmail.com on 30 Jul 2013 at 7:31

GoogleCodeExporter commented 9 years ago
I think you missed my point, I meant using full screen activity to hide 
navigation button, because they're useless to show in fullscreen apps.
More information, 
http://developer.android.com/reference/android/view/View.html#setSystemUiVisibil
ity(int)

Original comment by a3Dm...@gmail.com on 30 Jul 2013 at 11:07

GoogleCodeExporter commented 9 years ago
Ok. You right. I will take look to add in next version. 

Original comment by seleuco....@gmail.com on 30 Jul 2013 at 1:44

GoogleCodeExporter commented 9 years ago
Added on 1.4.3 :)

Original comment by seleuco....@gmail.com on 17 Aug 2013 at 4:42