1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-20 17:23:46 +02:00
matomocamp-companion-android/res/values/colors.xml
Christophe Beyls b6e6ecf027 Replaced PagerSlidingTabStrip with a slightly improved version of
Android's example SlidingTabLayout.
2014-03-31 22:30:34 +02:00

12 lines
No EOL
473 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="fosdem_purple">#a91991</color>
<color name="main_menu_background">#f0fafafa</color>
<color name="translucent_grey">#29000000</color>
<color name="schedule_time_background">#29000000</color>
<color name="schedule_time_foreground">#000</color>
<color name="schedule_time_running_background">#d6000000</color>
<color name="schedule_time_running_foreground">#fff</color>
</resources>