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

Commit 4ba3e68f authored by Edward Savage-Jones's avatar Edward Savage-Jones Committed by Ed Savage-Jones
Browse files

Update various corner radiuses to align with AOSP apps

There is a mismatch between some of the UI components
in the AOSP apps, such as launcher3 (lpress shortcuts),
and some dialogs and such in SystemUI/Settings.

This corrects the mismatch.

Bug: 216182276
Test: See examples in bug
Change-Id: Ie3f6a74ef9d36d36d9ff6be956d37d030c64f12c
parent 4ee969e8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4320,13 +4320,13 @@
    <string name="config_mediaProjectionPermissionDialogComponent" translatable="false">com.android.systemui/com.android.systemui.media.MediaProjectionPermissionActivity</string>

    <!-- Corner radius of system dialogs -->
    <dimen name="config_dialogCornerRadius">2dp</dimen>
    <dimen name="config_dialogCornerRadius">28dp</dimen>
    <!-- Corner radius of system buttons -->
    <dimen name="config_buttonCornerRadius">@dimen/control_corner_material</dimen>
    <dimen name="config_buttonCornerRadius">4dp</dimen>
    <!-- Corner radius for bottom sheet system dialogs -->
    <dimen name="config_bottomDialogCornerRadius">@dimen/config_dialogCornerRadius</dimen>
    <dimen name="config_bottomDialogCornerRadius">16dp</dimen>
    <!-- Corner radius of system progress bars -->
    <dimen name="config_progressBarCornerRadius">@dimen/progress_bar_corner_material</dimen>
    <dimen name="config_progressBarCornerRadius">1000dp</dimen>
    <!-- Controls whether system buttons use all caps for text -->
    <bool name="config_buttonTextAllCaps">true</bool>
    <!-- Name of the font family used for system surfaces where the font should use medium weight -->
+2 −2
Original line number Diff line number Diff line
@@ -979,9 +979,9 @@
    <dimen name="controls_thumbnail_image_max_width">280dp</dimen>

    <!-- System-provided radius for the background view of app widgets. The resolved value of this resource may change at runtime. -->
    <dimen name="system_app_widget_background_radius">16dp</dimen>
    <dimen name="system_app_widget_background_radius">28dp</dimen>
    <!-- System-provided radius for inner views on app widgets. The resolved value of this resource may change at runtime. -->
    <dimen name="system_app_widget_inner_radius">8dp</dimen>
    <dimen name="system_app_widget_inner_radius">20dp</dimen>
    <!-- System-provided padding for inner views on app widgets. The resolved value of this resource may change at runtime. @removed -->
    <dimen name="__removed_system_app_widget_internal_padding">16dp</dimen>