summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_lockscreen_decline_small_layer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/ic_lockscreen_decline_small_layer.xml')
-rw-r--r--res/drawable/ic_lockscreen_decline_small_layer.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/res/drawable/ic_lockscreen_decline_small_layer.xml b/res/drawable/ic_lockscreen_decline_small_layer.xml
index 9b51e432..2eed896b 100644
--- a/res/drawable/ic_lockscreen_decline_small_layer.xml
+++ b/res/drawable/ic_lockscreen_decline_small_layer.xml
@@ -16,14 +16,10 @@
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
- <shape
- android:shape="ring"
- android:innerRadius="0dp"
- android:thickness="@dimen/incoming_call_widget_small_circle_thickness"
- android:useLevel="false">
- <solid android:color="@color/incoming_call_decline_small_circle"/>
- <size android:width="@dimen/incoming_call_widget_small_circle_width"
- android:height="@dimen/incoming_call_widget_small_circle_height"/>
+ <shape android:shape="oval">
+ <solid android:color="@color/incoming_call_decline_small_circle" />
+ <size android:width="@dimen/incoming_call_widget_small_circle_size"
+ android:height="@dimen/incoming_call_widget_small_circle_size" />
</shape>
</item>
<item>