summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-08-06 03:01:27 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-08-06 03:01:27 +0000
commit7a1cee9b12a2b7c1d60bcd4f5e50a421ab875c73 (patch)
tree28458a3aa3ae27b497830d58c31a2c82e9e68cca
parentd3ecb6bb0a062abd5b2c97258a0ece971218f269 (diff)
parent3deb86391159826ff3caed22f764cb7069853451 (diff)
downloadThemePicker-7a1cee9b12a2b7c1d60bcd4f5e50a421ab875c73.tar.gz
Snap for 5782352 from 3deb86391159826ff3caed22f764cb7069853451 to qt-qpr1-release
Change-Id: I0201403f45324187489e650403a045ad83350710
-rw-r--r--res/layout/theme_color_option.xml4
-rw-r--r--res/values/dimens.xml1
2 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/theme_color_option.xml b/res/layout/theme_color_option.xml
index 12fe623f..33e4668d 100644
--- a/res/layout/theme_color_option.xml
+++ b/res/layout/theme_color_option.xml
@@ -22,8 +22,8 @@
<ImageView
android:id="@+id/option_tile"
- android:layout_width="@dimen/component_color_chip_size"
- android:layout_height="@dimen/component_color_chip_size"
+ android:layout_width="@dimen/component_color_chip_container_size"
+ android:layout_height="@dimen/component_color_chip_container_size"
android:layout_gravity="center"
android:src="@drawable/color_chip"/>
</FrameLayout>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index b6aac0be..a2cb88ba 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -96,6 +96,7 @@
<dimen name="component_icon_thumb_size">40dp</dimen>
<dimen name="component_color_chip_size">32dp</dimen>
+ <dimen name="component_color_chip_container_size">33dp</dimen>
<dimen name="component_shape_thumb_size">72dp</dimen>
<dimen name="option_border_width">2dp</dimen>