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
<androidx.constraintlayout.widget.ConstraintLayout android:layout_width="348dp" android:layout_height="383dp" android:background="@drawable/blue_bg" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="1.0" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"> ..... </androidx.constraintlayout.widget.ConstraintLayout> 不知道算不算问题 当background图片是.9图的时候预期的结果和实际的结果不一样,必须放在布局里面才会正常
附上本人使用的.9图
The text was updated successfully, but these errors were encountered:
No branches or pull requests
附上本人使用的.9图
The text was updated successfully, but these errors were encountered: