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

Commit dd9b3b4b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Sharesheet - use config for rounded corners"

parents ebfc162d 38e66cb4
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>