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

    <solid android:color="#FFFFFF"></solid>

    <stroke android:color="#C4CDE0"></stroke>

    <corners android:radius="10dp"></corners>

</shape>