blue_btn_bg_pressed.xml
337 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<solid android:color="@color/login_text_blue" />
<corners
android:radius="30dp"/>
<stroke
android:width="1px"
android:color="@color/login_text_blue" />
</shape>