summaryrefslogtreecommitdiff
path: root/res/layout/theme_color_option.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/theme_color_option.xml')
-rw-r--r--res/layout/theme_color_option.xml4
1 files changed, 2 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>