From 3f471440a8b6b71d4c15501a96befd3b715c9e8f Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Wed, 8 Apr 2015 19:01:34 -0700 Subject: WidgetTray revamp work - RecyclerView is rendering - Animation is connected - Drag and drop is now handled - UI tweaking: background, margins, more to come. - Flicker and preview not loading issue: fixed height for the horizontal scroll view. - Shortcuts are added - Widget Preview loading should support shortPress for drop - UI tweaks left: overlay of arrow when there are more items to scroll - icons are added in the section header - Sorting of widget sections and widget horizontal list - Adding all the padding constants to dimen.xml file - RecyclerView should only support one view type For items to be addressed in follow up patches OR CLs, TODO is added to the comment. b/19897708 Change-Id: Ibfc4da1696a23d20bada93db46e126706eb13cdc --- res/values/colors.xml | 4 +++- res/values/dimens.xml | 28 +++++++++++++--------------- res/values/styles.xml | 4 ++-- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'res/values') diff --git a/res/values/colors.xml b/res/values/colors.xml index 590a8872b..3a06bd95a 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -36,8 +36,10 @@ #FFFFFFFF #FF374248 - + #009688 #009688 + + #009688 diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 735373d69..7c99278a8 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -60,18 +60,9 @@ 40dp - - 52dp - 0dp 48dp 0dp - - 12dp - 4dp - 16dp - 14dp 14sp @@ -85,12 +76,19 @@ should be. If 0, it will not be scaled at all. --> 12dp - - 16dp - 16dp - 32dp - 8dp - 8dp + + 8dp + 140dp + 16dp + 16dp + 8dp + 8dp + 8dp + + 52dp + 8dp + + 160dp 0dp diff --git a/res/values/styles.xml b/res/values/styles.xml index 77798f174..94efebc06 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -91,8 +91,8 @@ - -- cgit v1.2.3