caipivara
5/15/2015 - 7:26 PM

Android - Samsung seek bar style colors (they override AppCompat and put always blue color)

Android - Samsung seek bar style colors (they override AppCompat and put always blue color)

<style name="AppTheme.SeekBar" parent="android:Widget.SeekBar">
	<item name="android:progressTint">@color/pickup_accent</item>
	<item name="android:thumbTint">@color/pickup_accent</item>
</style>