Thursday 24 November 2016

Circle Shape

11:02:00 Posted by Kumanan ,
<?xml version="1.0" encoding="utf-8"?>

<shape xmlns:android="http://schemas.android.com/apk/res/android"
        android:shape="oval"> <solid android:color="@color/colorPrimaryDark"/>

        <!--solid android:color="?attr/colorPrimaryDark" /-->
        <size android:width="36dp" android:height="36dp" />

</shape>