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

CircleLoadingView not being displayed #21

Open
NabilEL opened this issue Aug 10, 2017 · 4 comments
Open

CircleLoadingView not being displayed #21

NabilEL opened this issue Aug 10, 2017 · 4 comments

Comments

@NabilEL
Copy link

NabilEL commented Aug 10, 2017

Hello,

I can't seem to get the lib to work at all. Nothing is being displayed either in Android Studio preview, and on my phone (OnePlus 3, Android 7.1).
I'm using 1.1.5 version.
Sdk min is 21, compile sdk is 25.

I call startIndeterminate in onCreate();

Here's my xml :

<ProgressBar
    android:id="@+id/progress_bar"
    android:layout_gravity="center"
    android:visibility="gone"
    android:indeterminate="true"
    android:layout_width="200dp"
    android:layout_height="200dp" />

<com.github.jlmd.animatedcircleloadingview.AnimatedCircleLoadingView
    android:id="@+id/circle_loading_view"
    android:layout_width="250dp"
    android:layout_height="250dp"
    android:layout_gravity="center"
    app:mainColor="@color/white"
    app:secondaryColor="@color/colorPrimaryDark"
    app:textColor="@color/colorAccent"
    />

<TextView
    android:text="Loading"
    android:textSize="35sp"
    android:fontFamily="sans-serif-light"
    android:layout_gravity="center"
    android:textColor="@color/white"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />

Thanks.

@NabilEL NabilEL changed the title View not being displayed CircleLoadingView not being displayed Aug 11, 2017
@ghost
Copy link

ghost commented Aug 30, 2017

Same problem, only on Android 7
Any solution ?

@mmamudassir
Copy link

same issue facing
please update as soon as possible

@ghost
Copy link

ghost commented Feb 7, 2018

I had this matter here #26, see if it can helps.

@sjd753
Copy link

sjd753 commented Mar 17, 2018

Same problem here too! Android 7.0

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

3 participants