|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
3 |
android:shape="rectangle"
|
|
|
4 |
android:padding="10dp">
|
|
|
5 |
|
|
|
6 |
<solid android:color="@color/editText" />
|
|
|
7 |
<corners
|
|
|
8 |
android:bottomRightRadius="15dp"
|
|
|
9 |
android:bottomLeftRadius="15dp"
|
|
|
10 |
android:topLeftRadius="15dp"
|
|
|
11 |
android:topRightRadius="15dp" />
|
|
|
12 |
</shape>
|