Merge "bug:3321005 make Settings --> Storage screen display little less ugly"

This commit is contained in:
Vasu Nori
2011-03-02 17:52:42 -08:00
committed by Android (Google) Code Review
6 changed files with 30 additions and 37 deletions

View File

@@ -18,13 +18,13 @@
<color name="black">#000</color>
<color name="red">#F00</color>
<color name="memory_avail">#333</color>
<color name="memory_apps_usage">#FFF</color>
<color name="memory_used">#F00</color>
<color name="memory_downloads">#F00</color>
<color name="memory_video">#0F0</color>
<color name="memory_audio">#00F</color>
<color name="memory_misc">#FF0</color>
<color name="memory_avail">#336600</color>
<color name="memory_apps_usage">#99CC00</color>
<color name="memory_downloads">#003399</color>
<color name="memory_video">#993300</color>
<color name="memory_audio">#667788</color>
<color name="memory_misc">#FF6600</color>
<color name="crypt_keeper_clock_background">#ff9a9a9a</color>
<color name="crypt_keeper_clock_foreground">#ff666666</color>

View File

@@ -18,5 +18,6 @@
<dimen name="vpn_connect_margin_right">10sp</dimen>
<dimen name="vpn_connect_normal_text_size">16sp</dimen>
<dimen name="vpn_connect_input_box_label_width">90sp</dimen>
<dimen name="device_memory_usage_button_size">32dip</dimen>
<dimen name="device_memory_usage_button_width">16dip</dimen>
<dimen name="device_memory_usage_button_height">32dip</dimen>
</resources>

View File

@@ -1565,7 +1565,7 @@
<!-- SD card & phone storage settings title. The amount of free space for some storage partition. For example, this is listed under both the "Internal phone storage" section and the "SD card" section. -->
<string name="memory_available">Available</string>
<!-- SD card & phone storage settings screen heading. The total amount of storage space for some storage partition. For example, this is listed under both the "Internal phone storage" section and the "SD card" section -->
<string name="memory_size">Total</string>
<string name="memory_size">Total space</string>
<!-- SD card & phone storage settings summary. Displayed when the total memory usage is being calculated. Will be replaced with a number like "12.3 GB" when finished calucating. [CHAR LIMIT=30] -->
<string name="memory_calculating_size">Calculating…</string>
<!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of applications installed. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->