blob: d047c68d0d7f5deee134055d348d7b9069f61ded (
plain) (
tree)
|
|
<?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/backgroundColorInverse" />
</shape>
</item>
</layer-list>
|