mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-01-23 19:54:54 +03:00
Use text color on seekbar
This commit is contained in:
parent
cf579043f2
commit
b213a99e7c
@ -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"
|
||||
|
@ -77,4 +77,7 @@
|
||||
<item name="android:layout_weight">1</item>
|
||||
</style>
|
||||
|
||||
<style name="SeekBar">
|
||||
<item name="colorAccent">?android:textColorPrimary</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user