Round Bg Android

[Solved] Round Bg Android | Csharp - Code Explorer | yomemimo.com
Question : round bg android

Answered by : sudarshaana

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#FFFFFF"/> <stroke android:width="3dp" android:color="#B1BCBE" /> <corners android:radius="10dp"/> <padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" />
</shape>

Source : https://stackoverflow.com/questions/16161448/how-to-make-layout-with-rounded-corners | Last Update : Wed, 26 May 21

Question : round bg android

Answered by : crazy-cottonmouth-0gjutl0mc840

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#FFFFFF"/> <stroke android:width="3dp" android:color="#B1BCBE" /> <corners android:radius="10dp"/> <padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" />
</shape>

Source : https://w3programmers.org/questions/16161448/How-to-make-layout-with-rounded-corners | Last Update : Sat, 02 Apr 22

Answers related to round bg android

Code Explorer Popular Question For Csharp