1<?xml version="1.0" encoding="utf-8"?>
2<shape xmlns:android="http://schemas.android.com/apk/res/android">
3    <solid android:color="#ffe8eaed"/>
4    <stroke
5        android:width="1dp"
6        android:color="#ffe8eaed"/>
7    <corners android:radius="2dp"/>
8</shape>
9