Fix rounded corners in QS panel.
Bug: 15949122 Change-Id: I6cd306c5dbfef6aad456bd6c82faf53cac0c040c
This commit is contained in:
@@ -16,5 +16,8 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/system_primary_color" />
|
||||
<corners
|
||||
android:radius="@*android:dimen/notification_material_rounded_rect_radius"/>
|
||||
android:topLeftRadius="0dp"
|
||||
android:topRightRadius="0dp"
|
||||
android:bottomLeftRadius="@*android:dimen/notification_material_rounded_rect_radius"
|
||||
android:bottomRightRadius="@*android:dimen/notification_material_rounded_rect_radius"/>
|
||||
</shape>
|
||||
|
||||
Reference in New Issue
Block a user