button_select_topic_bg.xml 260 Bytes edit raw blame history 1 2 3 4 5 6 7 8 <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <stroke android:width="1dp" android:color="#1C90F3" /> <solid android:color="@color/white" /> <corners android:radius="5dp" /> </shape>