Use text color on seekbar

This commit is contained in:
Andrew Rabert 2019-03-18 23:19:58 -04:00
parent cf579043f2
commit b213a99e7c
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:indeterminate="false"
android:theme="@style/SeekBar"
android:paddingBottom="7dip"
android:paddingLeft="55dip"
android:paddingRight="55dip"

View File

@ -77,4 +77,7 @@
<item name="android:layout_weight">1</item>
</style>
<style name="SeekBar">
<item name="colorAccent">?android:textColorPrimary</item>
</style>
</resources>