Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5f24a61 authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Slightly increase the color selector view size

To avoid the content being truncated in smaller screens.

Fixes: 138956269
Change-Id: Ia487386e83883927f7777ae0c5039d39efb02949
parent 6da5b980
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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>