Skip to content

Can't see progress bar #13

@JigneshWorld

Description

@JigneshWorld
<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();

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