OSDN Git Service

CM File Manager : Add Application category to Easy Mode List
authorRohit Yengisetty <rohit@cyngn.com>
Tue, 27 Jan 2015 19:55:38 +0000 (11:55 -0800)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Wed, 4 Feb 2015 03:20:20 +0000 (03:20 +0000)
commit890171cdbbd57d3ec7aff859e022c223c772a486
tree59ac455c026c7c26a4c61f148a5f16dac92a2d1e
parentd95652487cb9f7e69399ad71b06754abc88a5183
CM File Manager : Add Application category to Easy Mode List

* add shortcut to search for application mimetypes (apk,
  msi, deb etc)
* fix layout inflater bug that was causing layout params
  to be ignored

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