Change timer countdown text color
This commit is contained in:
parent
25b709e793
commit
ce9797e8fd
@ -9,6 +9,7 @@
|
|||||||
<item name="android:layout_height">wrap_content</item>
|
<item name="android:layout_height">wrap_content</item>
|
||||||
<item name="android:fontFamily">sans-serif-light</item>
|
<item name="android:fontFamily">sans-serif-light</item>
|
||||||
<item name="android:layout_centerHorizontal">true</item>
|
<item name="android:layout_centerHorizontal">true</item>
|
||||||
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||||||
</style>
|
</style>
|
||||||
<style name="TimerSeekBar" parent="BaseSeekBar">
|
<style name="TimerSeekBar" parent="BaseSeekBar">
|
||||||
<item name="android:splitTrack">false</item> <!--TODO: Move to v21?-->
|
<item name="android:splitTrack">false</item> <!--TODO: Move to v21?-->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user