1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00
matomocamp-companion-android/res/drawable-nodpi/background_tab.xml
Christophe Beyls fada846d72 Updated fosdem purple colors & applied the colors to
PagerSlidingTabStrip
2013-12-29 04:05:47 +01:00

8 lines
No EOL
431 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_shortAnimTime">
<item android:drawable="@color/translucent_fosdem_purple" android:state_pressed="true"/>
<item android:drawable="@color/translucent_fosdem_purple" android:state_focused="true"/>
<item android:drawable="@android:color/transparent"/>
</selector>