1
0
Fork 0
forked from len0rd/rockbox

Use a native yes/no dialog instead of rockbox's internal one on android

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28415 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-10-31 13:12:01 +00:00
parent 1e47628a9f
commit b92eabd38b
7 changed files with 229 additions and 1 deletions

View file

@ -89,7 +89,11 @@ gui/statusbar.c
#ifdef HAVE_LCD_BITMAP
gui/statusbar-skinned.c
#endif
#if (CONFIG_PLATFORM&PLATFORM_ANDROID)
hosted/yesno.c
#else
gui/yesno.c
#endif
gui/viewport.c
gui/skin_engine/skin_backdrops.c