res/values/colors_pagersliding.xml
author Da Risk <da_risk@beem-project.com>
Wed, 15 May 2013 11:35:03 +0200
changeset 1038 ae7bea323864
permissions -rw-r--r--
Add Android PagerSlidingTabStrip library, an Interactive paging indicator widget This library can be found at https://github.com/astuetz/PagerSlidingTabStrip/ and we currently use the v1.0 tag

<?xml version="1.0" encoding="utf-8"?>
<resources>
	<!-- Color resources needed by PagerSlidingTabStrip -->
	<color name="background_tab_pressed">#6633B5E5</color>
</resources>