Skip to content
New issue

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

app:animCircleLoadingView_textColor doesn't work #29

Open
franyack opened this issue Jul 1, 2018 · 0 comments
Open

app:animCircleLoadingView_textColor doesn't work #29

franyack opened this issue Jul 1, 2018 · 0 comments

Comments

@franyack
Copy link

franyack commented Jul 1, 2018

Hi, first of all thank you for this fantastic view!
I'm trying to use this in my app, but when I change the attribute app:animCircleLoadingView_textColor to another color (white is by default) nothing happens. When I run the app, the text color always is white.
My code:

<com.github.jlmd.animatedcircleloadingview.AnimatedCircleLoadingView 
        xmlns:app="http://schemas.android.com/apk/lib-auto"
        android:id="@+id/circle_loading_view"
        android:layout_width="250dp"
        android:layout_height="250dp"
        android:layout_below="@+id/workingTexto"
        android:layout_centerHorizontal="true"
        android:layout_marginTop="74dp"
        android:background="@color/colorPrimary"
        app:animCircleLoadingView_mainColor="@color/colorPrimary"
        app:animCircleLoadingView_secondaryColor="@color/colorPrimaryDark"
        app:animCircleLoadingView_textColor="@android:color/black" />

Can you help me?
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant