diff options
author | Jeff Sharkey <jsharkey@android.com> | 2015-06-15 21:08:56 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2015-06-15 21:44:21 -0700 |
commit | 2597625fd9704ff9eab94987d332378f806dae83 (patch) | |
tree | 4b0c82350dc83acbfa7242fd93b4ce02ddbad69d /res/values | |
parent | edb7b0d9a900a4a560d0777032600b52f38efd23 (diff) | |
download | packages_apps_Settings-2597625fd9704ff9eab94987d332378f806dae83.zip packages_apps_Settings-2597625fd9704ff9eab94987d332378f806dae83.tar.gz packages_apps_Settings-2597625fd9704ff9eab94987d332378f806dae83.tar.bz2 |
More storage UI updates.
Storage volumes now have headers with larger fonts and progress bars
to show used versus free space. Updated Memory to use new formatting
template, and Data Usage to use consistent display logic.
Allocate a unique color for each private volume, and yell when a
volume is running low on space. Update private volume details to
launch into MediaStore-backed storage backends in a management mode,
and only show detailed items when hosting emulated storage. Show
details dialog about "Other" and user storage items.
Shortcut into single private volume when it's the only device. Add
real eject icon.
Bug: 21756698, 20275574, 21326612
Change-Id: If3ecd1d912d3e709c09d3e4da24f368e04dd3f9d
Diffstat (limited to 'res/values')
-rw-r--r-- | 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 6a61aa0..fc28ada 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2363,7 +2363,7 @@ <!-- Summary of a single storage volume, constrasting available and total storage space. [CHAR LIMIT=48]--> <string name="storage_volume_summary"><xliff:g id="used" example="1.2GB">%1$s</xliff:g> used of <xliff:g id="total" example="32GB">%2$s</xliff:g></string> <!-- Summary of a single storage volume used space. [CHAR LIMIT=24] --> - <string name="storage_size_large"><xliff:g id="number" example="128">^1</xliff:g> <small><small><xliff:g id="unit" example="KB">^2</xliff:g></small></small></string> + <string name="storage_size_large"><xliff:g id="number" example="128">^1</xliff:g><small><small> <xliff:g id="unit" example="KB">^2</xliff:g></small></small></string> <!-- Summary of a single storage volume total space. [CHAR LIMIT=48]--> <string name="storage_volume_used">Used of <xliff:g id="total" example="32GB">%1$s</xliff:g></string> <!-- Summary of a single storage volume total space. [CHAR LIMIT=48]--> |