We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added the seekbar in my fragment like this:
<com.bq.markerseekbar.MarkerSeekBar android:id="@+id/seekbar" android:layout_width="match_parent" android:layout_height="match_parent" android:foregroundGravity="center" app:markerTextColor="#ffffff" />
MarkerSeekBar:
setTextColor and setTextAppearance should be reversed:
markerTextView.setTextColor(a.getColor(R.styleable.MarkerSeekBar_markerTextColor, Color.WHITE)); markerTextView.setTextAppearance(context,a.getResourceId(R.styleable.MarkerSeekBar_markerTextAppearance, R.style.Widget_MarkerSeekBar_TextAppearance));
I tried creating a branch for doing a pull request but i don't have permissions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I added the seekbar in my fragment like this:
<com.bq.markerseekbar.MarkerSeekBar
android:id="@+id/seekbar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:foregroundGravity="center"
app:markerTextColor="#ffffff"
/>
MarkerSeekBar:
setTextColor and setTextAppearance should be reversed:
markerTextView.setTextColor(a.getColor(R.styleable.MarkerSeekBar_markerTextColor, Color.WHITE));
markerTextView.setTextAppearance(context,a.getResourceId(R.styleable.MarkerSeekBar_markerTextAppearance, R.style.Widget_MarkerSeekBar_TextAppearance));
I tried creating a branch for doing a pull request but i don't have permissions
The text was updated successfully, but these errors were encountered: