|
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 |
<stroke android:color="@color/cardviewBorder" android:width="2dp"></stroke>
|
|
|
5 |
<solid android:color="@color/windowBackgroud" />
|
|
|
6 |
<corners android:bottomRightRadius="8dp"
|
|
|
7 |
android:bottomLeftRadius="8dp"
|
|
|
8 |
android:topRightRadius="8dp"
|
|
|
9 |
android:topLeftRadius="8dp"/>
|
|
|
10 |
</shape>
|