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

ptr_header.xml should include layout_width/layout_height or it will cause exception #49

Open
johnvuong20000 opened this issue Oct 21, 2014 · 0 comments

Comments

@johnvuong20000
Copy link

I have added it like here:




    <LinearLayout android:id="@+id/ptr_id_textwrapper" style="@style/ptr_textwrapper">
        <TextView android:id="@+id/ptr_id_text" style="@style/ptr_text"
            android:layout_height="wrap_content"
            android:layout_width="wrap_content" />
        <TextView android:id="@+id/ptr_id_last_updated" style="@style/ptr_last_updated"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />
    </LinearLayout>
</RelativeLayout>

main.xml should add these too.

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