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

Commit f9c1b071 authored by Todd Lee's avatar Todd Lee Committed by Android (Google) Code Review
Browse files

Merge "Fix default starting surface icon size defaults for Wear" into main

parents 35b435d7 0a55feea
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -25,4 +25,9 @@
    <dimen name="aerr_list_item_height">52dp</dimen>
    <!-- Padding for contents in a view of BaseErrorDialog such as a title and buttons -->
    <dimen name="base_error_dialog_contents_padding">14dp</dimen>

    <!-- The width/height of the icon view on staring surface. -->
    <dimen name="starting_surface_icon_size">48dp</dimen>
    <!-- The default width/height of the icon on the spec of adaptive icon drawable. -->
    <dimen name="starting_surface_default_icon_size">48dp</dimen>
</resources>