OSDN Git Service

CMFileManager: change breadcrumb views in dialogs for better visibility
authorRaj Yengisetty <rajesh@cyngn.com>
Wed, 7 Jan 2015 23:15:41 +0000 (15:15 -0800)
committerRaj Yengisetty <rajesh@cyngn.com>
Thu, 8 Jan 2015 00:33:33 +0000 (16:33 -0800)
commit29b98cab4063db079236d263a53388f5898ceaf9
tree6b5e7b0a1962782622884ae14d6af1f894942191
parent96f8e4ee5074f217c9fdb3f44ebc9811fed1843b
CMFileManager: change breadcrumb views in dialogs for better visibility

Change-Id: I0af7aef6d2605c1a2bf107ffce87236b01f11c42
17 files changed:
res/drawable-hdpi/ic_material_dialog_fs_locked.png [new file with mode: 0644]
res/drawable-hdpi/ic_material_dialog_fs_unlocked.png [new file with mode: 0644]
res/drawable-hdpi/ic_material_dialog_fs_warning.png [new file with mode: 0644]
res/drawable-mdpi/ic_material_dialog_fs_locked.png [new file with mode: 0644]
res/drawable-mdpi/ic_material_dialog_fs_unlocked.png [new file with mode: 0644]
res/drawable-mdpi/ic_material_dialog_fs_warning.png [new file with mode: 0644]
res/drawable-xhdpi/ic_material_dialog_fs_locked.png [new file with mode: 0644]
res/drawable-xhdpi/ic_material_dialog_fs_unlocked.png [new file with mode: 0644]
res/drawable-xhdpi/ic_material_dialog_fs_warning.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_material_dialog_fs_locked.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_material_dialog_fs_unlocked.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_material_dialog_fs_warning.png [new file with mode: 0644]
res/layout/picker.xml
res/values/theme.xml
src/com/cyanogenmod/filemanager/tasks/FilesystemAsyncTask.java
src/com/cyanogenmod/filemanager/ui/widgets/BreadcrumbView.java
src/com/cyanogenmod/filemanager/ui/widgets/DialogBreadcrumbView.java [new file with mode: 0644]