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/values/vpi__defaults.xml
Christophe Beyls 673385aad9 Add TrackScheduleEventActivity, a specialized activity to show events
related to the same track in a ViewPager (with an
UnderlinePageIndicator).
2013-12-31 01:42:54 +01:00

25 lines
No EOL
983 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2012 Jake Wharton
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<bool name="default_underline_indicator_fades">true</bool>
<integer name="default_underline_indicator_fade_delay">300</integer>
<integer name="default_underline_indicator_fade_length">400</integer>
<color name="default_underline_indicator_selected_color">@color/fosdem_purple</color>
</resources>