img

  • [ ]
      <shape xmlns:android="http://schemas.android.com/apk/res/android"
          android:shape="oval">
          <stroke
              android:width="4dp"
              android:color="@android:color/white" />
          <solid android:color="@android:color/black" />
      </shape>
  • [ ]
      <oval xmlns:android="http://schemas.android.com/apk/res/android">
          <stroke android:width="4dp" android:color="@android:color/black"/>
          <solid android:color="@android:color/white"/>
      </oval>
  • [x]
      <shape xmlns:android="http://schemas.android.com/apk/res/android"
          android:shape="oval">
          <stroke
              android:width="4dp"
              android:color="@android:color/black" />
          <solid android:color="@android:color/white" />
      </shape>
  • [ ]
      <shape xmlns:android="http://schemas.android.com/apk/res/android"
          android:shape="oval">
          <stroke
              android:width="4dp"
              android:color="@android:color/white" />
          <solid android:color="@android:color/white" />
      </shape>

By Neha S

Leave a Reply

Your email address will not be published. Required fields are marked *