mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
10 lines
No EOL
262 B
XML
10 lines
No EOL
262 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item>
|
|
<shape android:shape="oval" >
|
|
<solid android:color="@color/negative" />
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list> |