111
hxb
2022-11-24 0a3e07f10937484145f33c7560607b4b2353cb81
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@color/c8">
 
    <TextView
        android:id="@+id/option_name"
        android:layout_width="match_parent"
        android:layout_height="45dp"
        android:text="start again"
        android:textSize="18sp"
        android:textColor="@color/c2"
        android:background="@color/c43"
        android:gravity="center"
        />
 
</LinearLayout>