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
@sangcomz Hi. this is my item.xml code:
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content"> <androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/mainlayout" android:layout_width="match_parent" android:layout_height="wrap_content" > <... </androidx.constraintlayout.widget.ConstraintLayout> </androidx.cardview.widget.CardView>
and other part of code is exactly your example code. but here is the result:
EDIT: The result has captured from android emulator with API 29. on the real devices and other emulators like NOX player and etc. it's OK!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@sangcomz Hi.
this is my item.xml code:
and other part of code is exactly your example code.
but here is the result:
EDIT:
The result has captured from android emulator with API 29.
on the real devices and other emulators like NOX player and etc. it's OK!
The text was updated successfully, but these errors were encountered: