I've created a patch which uses the option "OPTION_CURRENT_PATH_IN_TITLEBAR",
which allows you to hide the "myPath" view and use the activity titlebar
instead.
usage:
chooseFile = new Intent(this.getBaseContext(), FileDialog.class);
chooseFile.putExtra(FileDialog.OPTION_CURRENT_PATH_IN_TITLEBAR, true);
startActivityForResult(chooseFile, ACTIVITY_CHOOSE_FILE);
Original issue reported on code.google.com by twig.ngu...@gmail.com on 10 Feb 2012 at 8:36
Original issue reported on code.google.com by
twig.ngu...@gmail.com
on 10 Feb 2012 at 8:36Attachments: