|
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 |
<padding android:bottom="10dp" android:left="10dp" android:right="10dp" android:top="10dp" />
|
|
|
5 |
<solid android:color="@color/backgroundErrorConnection" />
|
|
|
6 |
<!--
|
|
|
7 |
<corners android:bottomRightRadius="8dp"
|
|
|
8 |
android:bottomLeftRadius="8dp"
|
|
|
9 |
android:topRightRadius="8dp"
|
|
|
10 |
android:topLeftRadius="8dp"/>
|
|
|
11 |
-->
|
|
|
12 |
</shape>
|