-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Description
I have added the layout like in your example:
<com.github.jlmd.animatedcircleloadingview.AnimatedCircleLoadingView
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/circle_loading_view"
android:layout_width="250dp"
android:layout_height="250dp"
android:background="@color/background"
android:layout_centerInParent="true"
app:animCircleLoadingView_mainColor="@color/main_color"
app:animCircleLoadingView_secondaryColor="@color/secondary_color"
app:animCircleLoadingView_textColor="@android:color/white"
/>
Additionaly I added the colors to my color.xml file:
<resources>
<color name="background">#65828e</color>
<color name="main_color">#ff9a00</color>
<color name="secondary_color">#BDBDBD</color>
</resources>
Error: It can't find mainColor, secondaryColor and textColor.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels