diff options
author | jennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-22 22:17:46 +0000 |
---|---|---|
committer | jennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-22 22:17:46 +0000 |
commit | efac0b1fd0c64df92be06cb909e6bfbc835cfe3a (patch) | |
tree | d283bc7773b415fd447525f3ab29cf224ec8d7bb /ui/resources/ui_resources.grd | |
parent | 22b15624afe497a9b65d32a3365375405a33903d (diff) | |
download | chromium_src-efac0b1fd0c64df92be06cb909e6bfbc835cfe3a.zip chromium_src-efac0b1fd0c64df92be06cb909e6bfbc835cfe3a.tar.gz chromium_src-efac0b1fd0c64df92be06cb909e6bfbc835cfe3a.tar.bz2 |
Implement app list folder management page UI, including the following feature:
1. Clicking on a folder item in the app list grid will open the app list folder management page to show the folder name and items in the folder.
2. User can click on the back button on folder management page to navigate back to the app list page.
3. User can change the app list folder name on folder management page.
BUG=303224
TBR=sky
Review URL: https://codereview.chromium.org/27777002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230227 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources/ui_resources.grd')
-rw-r--r-- | ui/resources/ui_resources.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index 67b913b..26eecf8 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -28,6 +28,7 @@ <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_HOVER" file="common/app_list_tools_hover.png" /> <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_NORMAL" file="common/app_list_tools_normal.png" /> <structure type="chrome_scaled_image" name="IDR_APP_LIST_TOOLS_PRESSED" file="common/app_list_tools_pressed.png" /> + <structure type="chrome_scaled_image" name="IDR_APP_LIST_FOLDER_BACK_NORMAL" file="common/app_list_folder_back_normal.png" /> <if expr="is_win"> <structure type="chrome_scaled_image" name="IDR_APP_LIST_USER_INDICATOR" file="win/app_list_user_indicator.png" /> </if> |