We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I'm observing this behavior with latest version of this beautiful library, running on SDK 26 emulator:
...for this simple setup:
<com.google.android.material.textfield.TextInputLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="16dp" app:startIconDrawable="@drawable/ic_card_filled"> <com.google.android.material.textfield.TextInputEditText android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="Text as hint" /> </com.google.android.material.textfield.TextInputLayout>
I'm doing noting really fancy actually, and the same layout works fine if app is rendering it:
val targetContext: Context = InstrumentationRegistry.getInstrumentation().targetContext val inflater = LayoutInflater.from(targetContext) val view: View = inflater.inflate(R.layout.layout1, null, false) ViewHelpers.setupView(view).setExactWidthDp(400).layout() Screenshot.snap(view).record()
Please let me know if any ideas on how to workaround such behavior?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I'm observing this behavior with latest version of this beautiful library, running on SDK 26 emulator:
...for this simple setup:
I'm doing noting really fancy actually, and the same layout works fine if app is rendering it:
Please let me know if any ideas on how to workaround such behavior?
The text was updated successfully, but these errors were encountered: