source: issm/mobile/android/ISSM_APP/res/drawable/tab_button.xml@ 17423

Last change on this file since 17423 was 17423, checked in by toanqngu, 11 years ago

CHG: Moved images to assets for better performance. Online web mode is on. Offline mode is not active for now. Native is the old build

File size: 308 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<selector xmlns:android="http://schemas.android.com/apk/res/android" >
3
4 <item android:drawable="@drawable/tab_button_pressed"
5 android:state_pressed="true" />
6<!-- <item android:drawable="@drawable/tab_button_normal" /> -->
7
8</selector>
Note: See TracBrowser for help on using the repository browser.