当前位置:网站首页>直播间搭建,按钮左滑出现删除等操作按钮
直播间搭建,按钮左滑出现删除等操作按钮
2022-08-09 22:29:00 【云豹网络科技】
直播间搭建,按钮左滑出现删除等操作按钮
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_marginTop="10dp">
<TextView
android:id="@+id/SideText"
android:layout_width="100dp"
android:layout_height="60dp"
android:text="选择车位"
android:textSize="15sp"
android:background="#DD2248"
android:gravity="center"
android:textColor="#ffffff"
android:layout_marginRight="10dp"
android:layout_centerInParent="true"
android:layout_alignParentRight="true"/>
<!--大-->
<LinearLayout
android:id="@+id/SideLayout"
android:layout_width="match_parent"
android:layout_height="70dp"
android:orientation="horizontal"
android:background="@drawable/btn_style"
android:gravity="center"
android:padding="10dp">
<!--小-->
<LinearLayout
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginLeft="5dp">
<TextView
android:id="@+id/SimplePlace"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="工人文化宫停车场"
android:textColor="#000000"
android:textSize="15sp"
android:singleLine="true"
android:ellipsize="end"
/>
<TextView
android:id="@+id/detailPlace"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="田心大道52号附件"
android:textSize="10sp"
android:layout_marginTop="10dp"
android:singleLine="true"
android:ellipsize="end"
/>
</LinearLayout>
<!--小-->
<LinearLayout
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginLeft="10dp"
android:layout_gravity="center"
android:gravity="center">
<ImageView
android:id="@+id/ParkingIcon"
android:layout_width="30dp"
android:layout_height="30dp"
android:src="@drawable/road_sign"
android:scaleType="fitCenter"/>
<TextView
android:id="@+id/ParkingDistance"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="201m"
android:textSize="10sp" />
</LinearLayout>
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="center"
android:gravity="center">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="空余车位:"
android:textColor="#000000"
android:textSize="15sp"/>
<TextView
android:id="@+id/ParkingNumber"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="10个"
android:textColor="#ff0000"
android:textSize="15sp"/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>
以上就是 直播间搭建,按钮左滑出现删除等操作按钮,更多内容欢迎关注之后的文章
边栏推荐
- 联盟链技术应用的难点
- 2022-08-09 mysql/stonedb-慢SQL-Q16分析
- Gartner's global integrated system market data tracking, hyperconverged market growth rate is the first
- VR全景拍摄如何拍摄?如何使用拍摄器材?
- Leetcode 98. 验证二叉搜索树
- LiveData : Transformations.map和 Transformations.switchMap用法
- Filament-Material 绘制基本图形
- 【诗歌】被讨厌的勇气
- 力扣:322. 零钱兑换
- 函数习题(下)
猜你喜欢

Has your phone ever been monitored?

【Burning】It's time to show your true strength!Understand the technical highlights of the 2022 Huawei Developer Competition in one article

【实用工具系列】MathCAD入门安装及快速上手使用教程

离散选择模型之Gumbel分布

matplotlib散点图颜色分组图例

SRv6 performance measurement

位图的基本原理以及应用

A summary of 6 common tools for cross-border e-commerce

少儿编程 电子学会图形化编程等级考试Scratch三级真题解析(判断题)2022年6月

如何正则匹配乱码?
随机推荐
都在说云原生,那云原生到底是什么?
YGG 经理人杯总决赛已圆满结束,来看看这份文字版总结!
用函数统计最长单词的字母数量
What are the basic steps to develop a quantitative trading strategy?
Janus Official DEMO Introduction
金仓数据库 KingbaseGIS 使用手册(6.3. 几何对象创建函数)
用哈希简单封装unordered_map和unordered_set
68.qt quick-qml多级折叠下拉导航菜单 支持动态添加/卸载 支持qml/widget加载等
Leetcode 235. 二叉搜索树的最近公共祖先
How to match garbled characters regularly?
后台管理实现导入导出
SRv6性能测量
金仓数据库 KingbaseGIS 使用手册(6.2. 管理函数)
完全背包理论
Basic operations of xlrd and xlsxwriter
新增一地公布2022下半年软考报考时间
ALV报表总结2022.8.9
String类常用方法
complete knapsack theory
Force buckle: 279. Perfect square