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

card_onboarding_small.xml: Missing Constraint #348

Open
duskoo opened this issue Aug 23, 2020 · 0 comments
Open

card_onboarding_small.xml: Missing Constraint #348

duskoo opened this issue Aug 23, 2020 · 0 comments

Comments

@duskoo
Copy link
Collaborator

duskoo commented Aug 23, 2020

CoEpi/app-android/app/src/main/res/layout/card_onboarding_small.xml:19: Error: This view is not constrained vertically: at runtime it will jump to the top unless you add a vertical constraint [MissingConstraints]
<ImageView

Added ignore directive to the ImageVIew element as temp workaround:
<ImageView android:id="@+id/image" android:layout_width="0dp" android:layout_height="wrap_content" android:src="@{viewData.image}" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" tools:src="@drawable/ic_intro_1" tools:ignore="MissingConstraints" />

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