summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-07-01 11:17:15 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-07-01 12:00:07 -0700
commit360bc25ab6ae22869b867350b87ee7e82f06389a (patch)
tree5898242c12fcf4fb827c484ea1e50d5125cf7542 /res
parent4aa6d218bdfdb313bf06c9fff676b5caf7b8c807 (diff)
downloadandroid_packages_apps_Trebuchet-360bc25ab6ae22869b867350b87ee7e82f06389a.tar.gz
android_packages_apps_Trebuchet-360bc25ab6ae22869b867350b87ee7e82f06389a.tar.bz2
android_packages_apps_Trebuchet-360bc25ab6ae22869b867350b87ee7e82f06389a.zip
Using RGB_565 for low-res icons
> Using a non-transparent image with flat background for low-res icons > Changing the scale factor from 8 to 5 > The overall size change is 1/50 instead of 1/64 Bug: 22204941 Change-Id: I6cda4b4b3450c23a7bb8218ebd2de2b09af9c414
Diffstat (limited to 'res')
-rw-r--r--res/drawable/widgets_row_divider.xml2
-rw-r--r--res/layout/widgets_list_row_view.xml2
-rw-r--r--res/values/colors.xml3
3 files changed, 3 insertions, 4 deletions
diff --git a/res/drawable/widgets_row_divider.xml b/res/drawable/widgets_row_divider.xml
index 074d60167..bb5b6b55b 100644
--- a/res/drawable/widgets_row_divider.xml
+++ b/res/drawable/widgets_row_divider.xml
@@ -15,5 +15,5 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<size android:width="@dimen/widget_row_divider" />
- <solid android:color="@color/widget_text_panel" />
+ <solid android:color="@color/quantum_panel_bg_color_dark" />
</shape>
diff --git a/res/layout/widgets_list_row_view.xml b/res/layout/widgets_list_row_view.xml
index 67b4acb4b..ced564801 100644
--- a/res/layout/widgets_list_row_view.xml
+++ b/res/layout/widgets_list_row_view.xml
@@ -30,7 +30,7 @@
android:id="@+id/section"
android:layout_width="match_parent"
android:layout_height="@dimen/widget_section_height"
- android:background="@color/widget_text_panel"
+ android:background="@color/quantum_panel_bg_color_dark"
android:drawablePadding="@dimen/widget_section_horizontal_padding"
android:ellipsize="end"
android:focusable="true"
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 5afc5b98d..51e4d40a5 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -34,10 +34,9 @@
<color name="quantum_panel_text_color">#FF666666</color>
<color name="quantum_panel_bg_color">#FFF5F5F5</color>
- <color name="quantum_panel_bg_color_dark">#FF243036</color>
+ <color name="quantum_panel_bg_color_dark">#FF374248</color>
<color name="outline_color">#FFFFFFFF</color>
- <color name="widget_text_panel">#FF374248</color>
<!-- Containers -->
<color name="container_fastscroll_thumb_inactive_color">#42000000</color>