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

Commit 0a55feea authored by Todd Lee's avatar Todd Lee
Browse files

Fix default starting surface icon size defaults for Wear

Bug: b/271118034
Fixes: b/287185140

Test: manual build/launch apps (with/without splash screens)

Change-Id: I8dc24e2f0bf067de3ec3b92b7e3174f48dd6c3fe
(cherry picked from commit d050328dd85f4bb8934358e6d6eccb1dd6b4da53)
parent 97538170
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>