|
Hi Morkl,
Thanks for the good work. I like the modified homescreen muchmore than the original one and also more than the new homescreen.
There is just one minor problem, I have:
I've configured OpenSudoku as follows:
<customAppDefinition name="app_sudoku" title="Sodoku">
<iconNormal>ic_sudoku.png</iconNormal>
<iconPressed>ic_sudoku.png</iconPressed>
<componentName package="cz.romario.opensudoku" class="cz.romario.opensudoku.gui.FolderListActivit y" />
<intentAction>android.intent.action.MAIN</intentAction>
<intentCategory>android.intent.category.LAUNCHER </intentCategory>
</customAppDefinition>
I can start sudoku with the new button. But once sudoku is running the home button doesn't work any more. To leave sudoku I have to press the back button several times.
Does anybody have a solution for this problem?
Did I miss something in my configuration?
Is there a failure in my configuration?
Thanks in advance, Foddy
|