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

Commit 38e66cb4 authored by Matt Pietal's avatar Matt Pietal
Browse files

Sharesheet - use config for rounded corners

Pick up new dimension for config changes to the corner radius

Bug: 123950860
Test: Visual inspection of sharesheet corner radius changes when
the theme is changed

Change-Id: Ib286df9b843849bd284f06c4500084a8ca21df52
parent 2148e7f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
    <corners
        android:topLeftRadius="?attr/dialogCornerRadius"
        android:topRightRadius="?attr/dialogCornerRadius" />
        android:topLeftRadius="@dimen/config_bottomDialogCornerRadius"
        android:topRightRadius="@dimen/config_bottomDialogCornerRadius"/>
    <solid android:color="?attr/colorBackgroundFloating" />
</shape>