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

Error:(160, 42) No resource found that matches the given name (at 'layout_toLeftOf' with value '@id/text_field_boxes_counter'). #61

Closed
marcespinoza opened this issue Mar 14, 2018 · 1 comment

Comments

@marcespinoza
Copy link

I have this problem id, the @+id/text_field_boxes_counter is defined after

<android.support.v7.widget.AppCompatTextView android:id="@+id/text_field_boxes_helper" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_alignParentStart="true" android:layout_marginEnd="@dimen/helper_marginEnd" android:layout_marginRight="@dimen/helper_marginEnd" android:layout_toLeftOf="@id/text_field_boxes_counter" android:layout_toStartOf="@id/text_field_boxes_counter" android:textSize="@dimen/helper_text_size" /> <android.support.v7.widget.AppCompatTextView android:id="@+id/text_field_boxes_counter" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentEnd="true" android:layout_alignParentRight="true" android:textSize="@dimen/counter_text_size" />

@HITGIF
Copy link
Owner

HITGIF commented Mar 17, 2018

fixed in 1.4.2 :)

@HITGIF HITGIF closed this as completed Mar 17, 2018
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

2 participants