Hi all.
i m using this code (at manifest) to change the seekbar color.
but this code changes all seekbar, I want to have others with other colors.
Is it possible to change via code avoiding the manifest? (a sub getting the seekbar and the color)
Is it possible to use the above code with javaobject or reflection?
thank you!
i m using this code (at manifest) to change the seekbar color.
B4X:
<item name="android:progressTint">#FF8D63C7</item>
<item name="android:progressBackgroundTint">#FFCACACA</item>
<item name="android:thumbTint">#FF8D63C7</item>
but this code changes all seekbar, I want to have others with other colors.
Is it possible to change via code avoiding the manifest? (a sub getting the seekbar and the color)
Is it possible to use the above code with javaobject or reflection?
thank you!