| 14792 |
manas |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<!-- res/drawable/rounded_edittext.xml -->
|
|
|
3 |
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
4 |
android:shape="rectangle" >
|
|
|
5 |
<solid android:color="@color/White" />
|
|
|
6 |
<size android:height="50dp"
|
|
|
7 |
android:width="50dp"/>
|
|
|
8 |
<stroke
|
|
|
9 |
android:width="2dp"
|
|
|
10 |
android:color="@color/green_tobe_used" />
|
|
|
11 |
<!--<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
12 |
android:shape="line">
|
|
|
13 |
<padding android:bottom="20dp"></padding>
|
|
|
14 |
<solid android:color="@color/White" />
|
|
|
15 |
<stroke android:width="1dip" android:color="@color/green_tobe_used" />
|
|
|
16 |
</shape>-->
|
|
|
17 |
|
|
|
18 |
|
|
|
19 |
</shape>
|