AnimatedCircleLoadingView icon indicating copy to clipboard operation
AnimatedCircleLoadingView copied to clipboard

CircleLoadingView not being displayed

Open NabilEL opened this issue 8 years ago • 4 comments

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 :

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:background="@color/nice_blue" android:layout_height="match_parent" android:gravity="center" android:orientation="vertical" tools:context="com.sagemcom.smartcompanion.ProcessQrCodeActivity">

<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 avatar Aug 10 '17 16:08 NabilEL

Same problem, only on Android 7 Any solution ?

ghost avatar Aug 30 '17 14:08 ghost

same issue facing please update as soon as possible

mmamudassir avatar Nov 15 '17 19:11 mmamudassir

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

ghost avatar Feb 07 '18 06:02 ghost

Same problem here too! Android 7.0

sjd753 avatar Mar 17 '18 16:03 sjd753