krnbatta / android-file-dialog

Automatically exported from code.google.com/p/android-file-dialog
0 stars 0 forks source link

Show current path in titlebar #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Reuploading patch file in a unified format.

Original comment by twig.ngu...@gmail.com on 10 Feb 2012 at 2:38

Attachments: