lmw
2023-06-25 a988e7c15f5ce63785b77e01c89bec2565668982
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    android:orientation="horizontal"
    xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
    android:layout_height="wrap_content">
 
    <TextView
        android:id="@+id/tv_num_peo"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:paddingTop="20dp"
        android:text="4人"
        android:drawableStart="@mipmap/icon_people_orange"
        android:textColor="#ffef3321"
        android:drawablePadding="8dp"
        android:paddingStart="14dp"
        android:layout_gravity="bottom"
        android:textSize="16sp"
        />
</LinearLayout>