Merge "Have dialogCornerRadius same as theme for panel" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d8f9412263
@@ -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