source: dispositivos_moviles/TibisayMovil/res/values/styles.xml

Last change on this file was 58c7f6a, checked in by Antonio Araujo Brett <aaraujo@…>, 10 years ago

Modificaciones en archivos fuentes para la versión 1.1 que mejora el aspecto gráfico de la aplicación.

  • Property mode set to 100644
File size: 366 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<resources> 
3     
4   <style name="WindowTitleBackground">     
5        <item name="android:background">@drawable/bg_title_bar</item>                   
6    </style>
7    <style name="style_path_file_browser">     
8        <item name="android:background">@drawable/bg_path_file_to_sign</item>
9    </style>
10         
11</resources>
Note: See TracBrowser for help on using the repository browser.