bug:3321005 make Settings --> Storage screen display little less ugly
I have implemented most of what the UX designer proposed. except these 1. Percentage Bar chart left padding should be 16dip 2. Percentage Bar chart and Total Space preferences should be combined into one singne ViewGroup or something. and "total Space" shoudl be aligned on the right border Change-Id: I9b238eaa561c9837b47b9955e7d718d92543ca34
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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] -->
|
||||
|
Reference in New Issue
Block a user