normal_circle.xml 198 Bytes
Newer Older
1 2
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
Yusuke Iwaki's avatar
Yusuke Iwaki committed
3 4
        android:shape="oval">
    <solid android:color="?attr/colorControlNormal"/>
5
</shape>