source: dispositivos_moviles/TibisayMovil/res/drawable/background_lower_menu.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: 442 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<selector xmlns:android="http://schemas.android.com/apk/res/android">
3    <item android:state_pressed="true" android:drawable="@drawable/lower_grey_pressed" />
4    <item android:state_focused="true" android:drawable="@drawable/lower_grey" />
5    <item android:state_enabled="false" android:drawable="@drawable/lower_grey_disabled" />
6   
7    <item android:drawable="@drawable/lower_grey" />
8</selector>
Note: See TracBrowser for help on using the repository browser.