Merge "Have dialogCornerRadius same as theme for panel" into qt-dev am: d8f9412263
am: 2a22033092
Change-Id: I2a1c34ad4afbffcc2236293db61c37bedf5bcc35
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user