Merge "Have dialogCornerRadius same as theme for panel" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-04-11 02:01:53 +00:00
committed by Android (Google) Code Review

View File

@@ -16,7 +16,7 @@
<inset xmlns:android="http://schemas.android.com/apk/res/android" android:inset="4dp"> <inset xmlns:android="http://schemas.android.com/apk/res/android" android:inset="4dp">
<shape android:shape="rectangle"> <shape android:shape="rectangle">
<corners android:radius="8dp" /> <corners android:radius="?android:attr/dialogCornerRadius" />
<solid android:color="?android:attr/colorBackground" /> <solid android:color="?android:attr/colorBackground" />
</shape> </shape>
</inset> </inset>