<?xml version="1.0" encoding="utf-8"?><!--
  ~ Copyright (c) 2023. Give Faith
  -->

<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <corners android:radius="100dp" />
    <solid android:color="@color/colorPrimary" />
    <stroke
        android:width="0dip"
        android:color="#000" />
</shape>