2022-11-16学习内容
1.案例-购物车-购物车列表展示
1.1item_cart.xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" xmlns:tools="http://schemas.android.com/tools" android:background="@color/white" android:orientation="horizontal"> <ImageView android:id="@+id/iv_thumb" android:layout_width="85dp" android:layout_height="85dp" android:scaleType="fitCenter" tools:src="@drawable/xiaomi" /> <LinearLayout android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="3" android:orientation="vertical"> <TextView android:id="@+id/tv_name" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="2" android:gravity="left|center" android:textColor="@color/black" android:textSize="17sp" tools:text="小米手机" /> <TextView android:id="@+id/tv_desc" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="3" android:gravity="left|center" android:textColor="@color/black" android:textSize="12sp" tools:text="小米 MI10 8GB+128GB 钛银黑 5G手机 游戏拍照手机" /> </LinearLayout> <TextView android:id="@+id/tv_count" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" android:gravity="center" android:textColor="@color/black" android:textSize="17sp" tools:text="2" /> <TextView android:id="@+id/tv_price" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" android:gravity="left|center" android:textColor="@color/black" android:textSize="15sp" tools:text="1000" /> <TextView android:id="@+id/tv_sum" android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1.2" android:gravity="right|center" android:textColor="@color/red" android:textSize="17sp" tools:text="2000" /> </LinearLayout>
进行到视频21:09。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· 分享 3 个 .NET 开源的文件压缩处理库,助力快速实现文件压缩解压功能!
· Ollama——大语言模型本地部署的极速利器
· DeepSeek如何颠覆传统软件测试?测试工程师会被淘汰吗?
2021-11-16 2021-11-16_浏览器报404_页面不显示数据_落实老爷爷指导:“晚上把白天工作中不会的,就得弄出来,非得弄出来”