SmartSampleWeightAPP/app/src/main/res/layout/activity_keep_sample_title.xml

104 lines
3.8 KiB
XML
Raw Normal View History

2025-07-25 16:00:59 +08:00
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2025 xuexiangjys(xuexiangjys@163.com)
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
~
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
2025-08-28 16:32:58 +08:00
android:layout_height="50dp"
2025-07-25 16:00:59 +08:00
android:orientation="horizontal"
android:background="#F4F4F4">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="食堂"
android:textSize="20sp"
android:textColor="#000000"
2025-08-28 16:32:58 +08:00
android:background="#F2F2F2"
2025-07-25 16:00:59 +08:00
android:gravity="center"
android:padding="10dp"/>
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="档口"
android:textSize="20sp"
android:textColor="#000000"
2025-08-28 16:32:58 +08:00
android:background="#F2F2F2"
2025-07-25 16:00:59 +08:00
android:gravity="center"
android:padding="10dp"/>
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="餐次"
2025-08-28 16:32:58 +08:00
android:background="#F2F2F2"
2025-07-25 16:00:59 +08:00
android:textSize="20sp"
android:textColor="#000000"
android:gravity="center"
android:padding="10dp"/>
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="菜品名称"
android:textSize="20sp"
2025-08-28 16:32:58 +08:00
android:background="#F2F2F2"
2025-07-25 16:00:59 +08:00
android:textColor="#000000"
android:gravity="center"
android:padding="10dp"/>
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="存放状态"
android:textSize="20sp"
android:textColor="#000000"
2025-08-28 16:32:58 +08:00
android:background="#F2F2F2"
2025-07-25 16:00:59 +08:00
android:gravity="center"
android:padding="10dp"/>
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="在柜时长"
android:textSize="20sp"
android:textColor="#000000"
2025-08-28 16:32:58 +08:00
android:background="#F2F2F2"
2025-07-25 16:00:59 +08:00
android:gravity="center"
android:padding="10dp"/>
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="打印时间"
android:textSize="20sp"
android:textColor="#000000"
2025-08-28 16:32:58 +08:00
android:background="#F2F2F2"
2025-07-25 16:00:59 +08:00
android:gravity="center"
android:padding="10dp"/>
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="操作"
2025-08-28 16:32:58 +08:00
android:background="#F2F2F2"
2025-07-25 16:00:59 +08:00
android:textSize="20sp"
android:textColor="#000000"
android:gravity="center"
android:padding="10dp"/>
</LinearLayout>