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

Bug in many layouts #4

Open
onexuan opened this issue Jul 23, 2015 · 0 comments
Open

Bug in many layouts #4

onexuan opened this issue Jul 23, 2015 · 0 comments

Comments

@onexuan
Copy link

onexuan commented Jul 23, 2015

it don't finish and the refresh view is always loading

<LinearLayout
    android:id="@+id/progressContainer"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center"
    android:orientation="vertical"
    android:visibility="gone" >

    <com.wherewifi.ui.CircularProgressBar
        android:id="@+id/loadingProgressBar"
        android:layout_width="36dip"
        android:layout_height="36dip" />
</LinearLayout>

<FrameLayout
    android:id="@+id/listContainer"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >

    <com.test.ui.CircleRefreshLayout
        android:id="@+id/refreshLayout"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_weight="1"
        app:AniBackColor="@color/actionbar_bg"
        app:AniForeColor="@color/bg_color"
        app:CircleSmaller="6" >

        <ListView
            android:id="@+id/list"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:divider="@null"
            android:drawSelectorOnTop="false" />
    </com.test.ui.CircleRefreshLayout>

    <TextView
        android:id="@+id/internalEmpty"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="center"/>

    <LinearLayout
        android:id="@+id/wifilayout"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="center"
        android:orientation="horizontal"
        android:visibility="gone" >

        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginRight="10dip"
            android:text="@string/turn_on_wifi" />

        <android.support.v7.widget.SwitchCompat
            android:id="@+id/wifiSwitch"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />
    </LinearLayout>
</FrameLayout>
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