<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#FFFFFF"/> <!-- Your desired solid color -->
<corners android:radius="10dp"/> <!-- Rounded corners -->
</shape>