<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <corners android:radius="20dp" /> <gradient android:startColor="#1DA1F2" android:endColor="@color/dynamic_main_theme_light" android:angle="180"/> </shape>