mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-01-23 22:34:53 +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_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:indeterminate="false"
|
android:indeterminate="false"
|
||||||
|
android:theme="@style/SeekBar"
|
||||||
android:paddingBottom="7dip"
|
android:paddingBottom="7dip"
|
||||||
android:paddingLeft="55dip"
|
android:paddingLeft="55dip"
|
||||||
android:paddingRight="55dip"
|
android:paddingRight="55dip"
|
||||||
|
@ -77,4 +77,7 @@
|
|||||||
<item name="android:layout_weight">1</item>
|
<item name="android:layout_weight">1</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<style name="SeekBar">
|
||||||
|
<item name="colorAccent">?android:textColorPrimary</item>
|
||||||
|
</style>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user