round bg android

Solutions on MaxInterview for round bg android by the best coders in the world

showing results for - "round bg android"
Adrian
14 Jul 2018
1<?xml version="1.0" encoding="UTF-8"?>
2<shape xmlns:android="http://schemas.android.com/apk/res/android">
3    <solid android:color="#FFFFFF"/>
4    <stroke android:width="3dp" android:color="#B1BCBE" />
5    <corners android:radius="10dp"/>
6    <padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" />
7</shape>
8