Blame | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="utf-8"?><!-- res/drawable/rounded_edittext.xml --><shape xmlns:android="http://schemas.android.com/apk/res/android"android:shape="rectangle" ><solid android:color="@color/White" /><size android:height="50dp"android:width="50dp"/><strokeandroid:width="2dp"android:color="@color/green_tobe_used" /><!--<shape xmlns:android="http://schemas.android.com/apk/res/android"android:shape="line"><padding android:bottom="20dp"></padding><solid android:color="@color/White" /><stroke android:width="1dip" android:color="@color/green_tobe_used" /></shape>--></shape>