host-me-app/host-me

View on GitHub
app/src/main/res/drawable/only_text_button.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:padding="50dp"
android:shape="rectangle">
<!-- you can use any color you want I used here gray color-->
<solid android:color="#FFFFFF" />
<corners android:radius="50dp" />
 
</shape>