Code ready to provide different icons for well-known MIME types
authorDavid A. Velasco <dvelasco@solidgear.es>
Thu, 24 Jan 2013 12:34:27 +0000 (13:34 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Thu, 24 Jan 2013 12:34:27 +0000 (13:34 +0100)
commitf440d30e427389effe68000c4af78a1e20316519
tree0d50886ece4e33d1a393f1027c08738f1b285e0f
parentc4cd9ef44c48f39767828a97e1cf6bbddd71c855
Code ready to provide different icons for well-known MIME types
21 files changed:
res/drawable-hdpi/file_doc.png [new file with mode: 0644]
res/drawable-hdpi/file_image.png [new file with mode: 0644]
res/drawable-hdpi/file_movie.png [new file with mode: 0644]
res/drawable-hdpi/file_pdf.png [new file with mode: 0644]
res/drawable-hdpi/file_sound.png [new file with mode: 0644]
res/drawable-hdpi/file_zip.png [new file with mode: 0644]
res/drawable-ldpi/file_doc.png [new file with mode: 0644]
res/drawable-ldpi/file_image.png [new file with mode: 0644]
res/drawable-ldpi/file_movie.png [new file with mode: 0644]
res/drawable-ldpi/file_pdf.png [new file with mode: 0644]
res/drawable-ldpi/file_sound.png [new file with mode: 0644]
res/drawable-ldpi/file_zip.png [new file with mode: 0644]
res/drawable-mdpi/file_doc.png [new file with mode: 0644]
res/drawable-mdpi/file_image.png [new file with mode: 0644]
res/drawable-mdpi/file_movie.png [new file with mode: 0644]
res/drawable-mdpi/file_pdf.png [new file with mode: 0644]
res/drawable-mdpi/file_sound.png [new file with mode: 0644]
res/drawable-mdpi/file_zip.png [new file with mode: 0644]
src/com/owncloud/android/DisplayUtils.java
src/com/owncloud/android/ui/adapter/FileListListAdapter.java
src/com/owncloud/android/ui/fragment/FileDetailFragment.java