source: dispositivos_moviles/TibisayMovil/res/drawable/divider_vertical.xml @ a8ff2b6

Last change on this file since a8ff2b6 was a8ff2b6, checked in by Antonio Araujo Brett <aaraujo@…>, 11 years ago

Agregados códigos fuentes iniciales de la aplicación TibisayMovil?

  • Property mode set to 100644
File size: 274 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<rotate xmlns:android="http://schemas.android.com/apk/res/android" android:fromDegrees="90" android:toDegrees="90">
3    <shape android:shape="line"> 
4        <stroke android:width="1dp" android:color="#AAAAAA"/>
5    </shape>
6</rotate>
Note: See TracBrowser for help on using the repository browser.