Creating Custom Background For EditText or Button Android

Suraj Bahadur
By -
0

<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android"    android:shape="rectangle">
    <!--Background color -->    <solid android:color="#ffffff" />
    <!-- Border color -->    <stroke        android:width="1dp"        android:color="#b6b5b5" />
</shape>
Tags:

Post a Comment

0Comments

Post a Comment (0)