Skip to content

app:animCircleLoadingView_textColor doesn't work #29

@franyack

Description

@franyack

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions