OSDN Git Service

CMFM: Implement initial landing view for "External Storage Bookmarks"
authorMartin Brabham <optedoblivion@cyngn.com>
Wed, 7 Jan 2015 22:00:48 +0000 (14:00 -0800)
committerMatt Garnes <matt@cyngn.com>
Thu, 8 Jan 2015 22:38:07 +0000 (22:38 +0000)
commitc330630439d755ef7b05b8b0e08da43538b20e21
treef5cbec0dbe47758241ad90eb129017ea24df00d3
parent879985eff2dd74208499343502e7bda54bf78756
CMFM: Implement initial landing view for "External Storage Bookmarks"

Change-Id: Ic542043190ccf18dff106a8b358ef94aa2ebbe96
25 files changed:
res/drawable-hdpi/ic_em_all.png [new file with mode: 0644]
res/drawable-hdpi/ic_em_document.png [new file with mode: 0644]
res/drawable-hdpi/ic_em_image.png [new file with mode: 0644]
res/drawable-hdpi/ic_em_music.png [new file with mode: 0644]
res/drawable-hdpi/ic_em_video.png [new file with mode: 0644]
res/drawable-mdpi/ic_em_all.png [new file with mode: 0644]
res/drawable-mdpi/ic_em_document.png [new file with mode: 0644]
res/drawable-mdpi/ic_em_image.png [new file with mode: 0644]
res/drawable-mdpi/ic_em_music.png [new file with mode: 0644]
res/drawable-mdpi/ic_em_video.png [new file with mode: 0644]
res/drawable-xhdpi/ic_em_all.png [new file with mode: 0644]
res/drawable-xhdpi/ic_em_document.png [new file with mode: 0644]
res/drawable-xhdpi/ic_em_image.png [new file with mode: 0644]
res/drawable-xhdpi/ic_em_music.png [new file with mode: 0644]
res/drawable-xhdpi/ic_em_video.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_em_all.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_em_document.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_em_image.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_em_music.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_em_video.png [new file with mode: 0644]
res/layout/navigation.xml
res/values/dimen.xml
res/values/strings.xml
src/com/cyanogenmod/filemanager/activities/NavigationActivity.java
src/com/cyanogenmod/filemanager/activities/SearchActivity.java