我正在嘗試創(chuàng)建一個視圖,它等于屏幕寬度的 50%,高度應(yīng)與約束布局中的寬度相同<android.support.v7.widget.CardView app:layout_constraintWidth_default="percent" app:layout_constraintWidth_percent="0.5" android:layout_width="0dp" android:layout_height="0dp" app:layout_constraintDimensionRatio="1:1" android:id="@+id/cardLayout" app:cardElevation="3dp" app:cardCornerRadius="50dp" app:cardBackgroundColor="@android:color/transparent" >但是,這似乎不起作用。我也嘗試將寬度更改為wrap_content. 這里需要解決什么問題?
使用約束布局基于屏幕寬度android創(chuàng)建一個正方形
拉風(fēng)的咖菲貓
2021-10-27 13:48:07