diff options
| author | lihai <lihai@codeaurora.org> | 2015-08-27 11:21:23 +0800 |
|---|---|---|
| committer | Nishanth Kumar Sirivolu <nishanthsirivolu@codeaurora.org> | 2015-10-15 11:07:12 +0530 |
| commit | 05faed251029e2dbe214c7632fad8b4fcebb9966 (patch) | |
| tree | 331e795995f86f74903616bfc700fccdbbaa4c8a /res | |
| parent | 494afd9c195714ab0488d18993b0b0ef6de583fd (diff) | |
| download | android_packages_apps_Gallery2-05faed251029e2dbe214c7632fad8b4fcebb9966.tar.gz android_packages_apps_Gallery2-05faed251029e2dbe214c7632fad8b4fcebb9966.tar.bz2 android_packages_apps_Gallery2-05faed251029e2dbe214c7632fad8b4fcebb9966.zip | |
Gallery2: Fix to make share function work normally.
When setEnable(false) for mShareMenuItem,mShareMenuItem is not disabled
which cause the share function start when large number of pic data is
not ready.
As setEnable(false) will not disable the mShareMenuItem,
so change to make mShareMenuItem invisible when pic data is not ready.
Change-Id: I3545b0fb38d2159a029c351a766ba8b1862d8fd0
CRs-Fixed: 893136
Diffstat (limited to 'res')
| -rwxr-xr-x | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ddcb322a5..b553dbdc9 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -107,7 +107,7 @@ <string name="wallpaper">Setting wallpaper\u2026</string> <string name="camera_setas_wallpaper">Wallpaper</string> <!-- Toast message for share items --> - <string name="cannot_share_items">Max selected items for share is 300</string> + <string name="cannot_share_items">Selected items for share should less than 300</string> <!-- Details dialog "OK" button. Dismisses dialog. --> <string name="delete">Delete</string> |
