Files
Android-key-of-love/app/src/main/res/drawable/login_btn_bg.xml

5 lines
181 B
XML
Raw Normal View History

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#02BEAC" />
<corners android:radius="10dp" />
</shape>