Have dialogCornerRadius same as theme for panel
Should have DialogCornerRadius updated with theme Test: Visual inspection Fixes: 123833192 Change-Id: I2e9779122f01e8e36611ae95a69295aa81e931fe
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android" android:inset="4dp">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<corners android:radius="?android:attr/dialogCornerRadius" />
|
||||
<solid android:color="?android:attr/colorBackground" />
|
||||
</shape>
|
||||
</inset>
|
Reference in New Issue
Block a user