| 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" android:padding="10dp">
|
|
|
5 |
<solid android:color="@color/green_tobe_used"/>
|
|
|
6 |
<stroke
|
|
|
7 |
android:width="5dp"
|
|
|
8 |
android:color="@color/White" />
|
|
|
9 |
<!-- <corners
|
|
|
10 |
android:bottomRightRadius="15dp"
|
|
|
11 |
android:bottomLeftRadius="15dp"
|
|
|
12 |
android:topLeftRadius="15dp"
|
|
|
13 |
android:topRightRadius="15dp"/>-->
|
|
|
14 |
|
|
|
15 |
<corners android:radius="10dp">
|
|
|
16 |
|
|
|
17 |
</corners>
|
|
|
18 |
</shape>
|
|
|
19 |
<!-- From: file:/home/kshitij/AndroidStudioProjects/ProfitTill/app/src/main/res/drawable/button.xml -->
|