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
2014-02-23 20:27:56 +01:00

13 lines
No EOL
528 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="fosdem_purple">#a91991</color>
<color name="tab_pressed_fosdem">#80a91991</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>