1 Star 0 Fork 0

Gehj/popwindow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
popwin_down_shelf_product.xml 3.78 KB
一键复制 编辑 原始数据 按行查看 历史
Gehj 提交于 2021-03-03 10:41 . Initial commit
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#b0000000"
android:orientation="vertical"
android:gravity="center">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="278dp"
android:layout_height="181dp"
android:background="@drawable/popshape"
android:baselineAligned="false">
<Button
android:id="@+id/btn_deleteGoods"
android:layout_width="0dp"
android:layout_height="0dp"
android:background="@drawable/btnshape_only_stroke_red"
android:text="删除该商品"
android:textColor="@color/goods_red"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHeight_percent="0.19"
app:layout_constraintHorizontal_bias="0.503"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/btn_down_shelf"
app:layout_constraintVertical_bias="0.312"
app:layout_constraintWidth_percent="0.45" />
<Button
android:id="@+id/btn_down_shelf"
android:layout_width="0dp"
android:layout_height="0dp"
android:background="@drawable/btnshape_only_stroke_big"
android:text="下架该商品"
android:textColor="@color/BtnStroke"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHeight_percent="0.19"
app:layout_constraintHorizontal_bias="0.503"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.46"
app:layout_constraintWidth_percent="0.45" />
<TextView
android:id="@+id/textView67"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="商品管理"
android:textColor="@color/hintColor"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.502"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.098" />
<View
android:id="@+id/divider14"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/divider_color"
app:layout_constraintVertical_bias="0.3"
app:layout_constraintBottom_toTopOf="@+id/btn_down_shelf"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textView67" />
<ImageView
android:id="@+id/imageView_cancel"
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_marginRight="16dp"
app:layout_constraintBottom_toBottomOf="@+id/textView67"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/textView67"
app:layout_constraintTop_toTopOf="@+id/textView67"
app:srcCompat="@drawable/ic_baseline_clear_gray"
app:layout_constraintHorizontal_bias="1"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hjmayun/popwindow.git
[email protected]:hjmayun/popwindow.git
hjmayun
popwindow
popwindow
master

搜索帮助