You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
424 B
13 lines
424 B
<?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/textSecondary"/>
|
|
</shape>
|
|
</item>
|
|
<item android:bottom="1dp" android:left="1dp" android:right="1dp" android:top="1dp">
|
|
<shape android:shape="oval">
|
|
<solid android:color="@color/textPrimaryInverted"/>
|
|
</shape>
|
|
</item>
|
|
</layer-list> |