Commit c00df5d2 authored by wanglei's avatar wanglei

feat:降低gradle和插件版本到8.0

parent 6be0262d
......@@ -31,9 +31,11 @@ fun showPopupMoreOperation(
if (size == 1) {
yOff = activity.resources.getDimensionPixelSize(R.dimen.dp_175)
height = activity.resources.getDimensionPixelSize(R.dimen.dp_112)
popupBinding.llShare.visibility=View.GONE
} else {
popupBinding.llRename.visibility = View.GONE
popupBinding.llDetails.visibility = View.GONE
popupBinding.llShare.visibility=View.GONE
yOff = activity.resources.getDimensionPixelSize(R.dimen.dp_100)
height = activity.resources.getDimensionPixelSize(R.dimen.dp_46)
}
......
......@@ -545,6 +545,7 @@
android:layout_height="140dp"
android:layout_marginHorizontal="20dp"
android:layout_marginTop="24dp"
android:visibility="gone"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/card_media">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment