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

Can't see progress bar #13

Open
JigneshWorld opened this issue Jul 20, 2016 · 1 comment
Open

Can't see progress bar #13

JigneshWorld opened this issue Jul 20, 2016 · 1 comment

Comments

@JigneshWorld
Copy link

<com.vlonjatg.progressactivity.ProgressActivity xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/progressActivity"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/box_background"
    android:padding="12dp"
    style="@style/ProgressActivity">

    <ExpandableListView
        android:id="@+id/exp_lv"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:childDivider="@color/box_background"
        android:divider="@color/box_background"
        android:dividerHeight="12dp" />

</com.vlonjatg.progressactivity.ProgressActivity>

I am using above code but I can't see any loading progress bar after calling progressActivity.showLoading();

@JigneshWorld
Copy link
Author

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