mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
16 lines
No EOL
418 B
XML
16 lines
No EOL
418 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/lightgray" />
|
|
</shape>
|
|
</item>
|
|
|
|
<item android:bottom="2dp">
|
|
<shape android:shape="oval" >
|
|
<solid android:color="@color/white" />
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list> |