111
hxb
2022-11-24 0a3e07f10937484145f33c7560607b4b2353cb81
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center"
    android:orientation="vertical"
    tools:context=".p_errortip.TipTimeoutFragment">
 
    <TextView
        android:id="@+id/tv_action1"
        android:layout_width="match_parent"
        android:layout_height="45dp"
        android:layout_marginTop="10dp"
        android:singleLine="true"
        android:layout_marginBottom="20dp"
        android:background="@drawable/mobile_common_next_btn_selector"
        android:gravity="center"
        android:text="@string/add_device_yellow_light_twinkle"
        android:textColor="@color/c43"
        android:layout_marginLeft="15dp"
        android:layout_marginRight="15dp"
        android:textSize="16sp" />
 
</LinearLayout>