OSDN Git Service

Add icons to the main static storage setting prefs.
authorDaniel Nishi <dhnishi@google.com>
Mon, 27 Feb 2017 19:28:04 +0000 (11:28 -0800)
committerDaniel Nishi <dhnishi@google.com>
Thu, 23 Mar 2017 17:34:06 +0000 (10:34 -0700)
commit49118e7e0103c7c72690ebd7dae40cae3a6f65ff
treebcca6e78dae712261679bac14a2e31ae523c5afd
parentae2850aea5b0ffff293008e452d504c269196eaa
Add icons to the main static storage setting prefs.

The dynamic user icons require more than just XML changes to
successfully fetch the badged user icons and are coming in a future
patch.

Bug: 35801039
Test: Manual -- this is purely XML and comment changes.
Change-Id: Id493c0335037a5c6e4f8b4734700611bfc0da7f1
res/drawable/ic_apps_vd_theme_24.xml [new file with mode: 0644]
res/drawable/ic_folder_vd_theme_24.xml [new file with mode: 0644]
res/drawable/ic_music_note_vd_theme_24.xml [new file with mode: 0644]
res/drawable/ic_photo_library_vd_theme_24.xml [new file with mode: 0644]
res/drawable/ic_system_update_vd_theme_24.xml [new file with mode: 0644]
res/drawable/ic_videogame_vd_theme_24.xml [new file with mode: 0644]
res/layout/storage_item.xml
res/xml/storage_dashboard_fragment.xml
src/com/android/settings/deviceinfo/StorageProfileFragment.java
src/com/android/settings/deviceinfo/storage/SecondaryUserController.java
src/com/android/settings/deviceinfo/storage/UserProfileController.java