summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorchihhangchuang <chihhangchuang@google.com>2020-06-25 10:56:37 +0800
committerchihhangchuang <chihhangchuang@google.com>2020-06-25 10:56:37 +0800
commit6f6b85018f4f853ee15ca73601b1f505859ddf92 (patch)
treeb84fee6c94068dba58786a05f36089e86a0bf4f9 /res/values
parent8fbef2565afc03322f9b0ceb16561f6adb08722a (diff)
downloadThemePicker-6f6b85018f4f853ee15ca73601b1f505859ddf92.tar.gz
Add shadow effect to lockscreen preview text
Launcher: https://screenshot.googleplex.com/yPddxooRx3O.png After: https://screenshot.googleplex.com/0cdp3KsEn14.png https://screenshot.googleplex.com/mKEXA0fmmct.png Test: Manually Fixes: 159810037 Change-Id: Idb14b6b1e2ebc9e612db594a7c910b13b3d113dd
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml5
-rw-r--r--res/values/dimens.xml1
2 files changed, 0 insertions, 6 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index d5291c03..02b34723 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -31,14 +31,9 @@
<color name="clockface_preview_background">@android:color/black</color>
<color name="theme_preview_icon_color">@color/google_grey700</color>
- <color name="theme_preview_workspace_shadow_color_dark">#B0000000</color>
- <color name="theme_preview_workspace_shadow_color_transparent">@android:color/transparent</color>
<color name="theme_preview_color_icons_background">@color/material_white_100</color>
<color name="theme_preview_color_icons_title_color">@color/black_87_alpha</color>
- <color name="text_color_dark">#2d2d2d</color>
- <color name="text_color_light">@color/material_white_text</color>
-
<color name="control_grey">#757575</color>
<color name="switch_track_tint">#acacac</color>
<color name="switch_thumb_tint">#f1f1f1</color>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 1c6242e4..280c1871 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -86,7 +86,6 @@
<dimen name="preview_theme_color_icons_title_text_size">12sp</dimen>
<dimen name="preview_theme_color_icons_icon_size">@dimen/preview_theme_icon_size</dimen>
<dimen name="preview_theme_color_icons_tile_size">@dimen/preview_theme_tile_size</dimen>
- <dimen name="preview_theme_smartspace_key_ambient_shadow_blur">1.5dp</dimen>
<dimen name="preview_theme_app_name_key_ambient_shadow_blur">2.5dp</dimen>
<!-- For the customization previews on the picker. -->