AndroidAutoSize
AndroidAutoSize copied to clipboard
关于.9.png图的位置放置问题
<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图