Blame view

res/layout/mobel_tool.xml 1.86 KB
3c2353cd   杜方   1、畅游通核销app源码提交;
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
  <?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="match_parent"
      android:background="#ffffff" 
      android:orientation="vertical">
       <include layout="@layout/app_top_title" />
      <TextView 
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:paddingLeft="10dp"
          android:paddingRight="10dp"
          android:textSize="18dp"
          android:layout_marginTop="6dp"
          android:text="@string/notice1"/>
      
       <TextView 
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:paddingLeft="10dp"
          android:paddingRight="10dp"
          android:layout_marginTop="6dp"
          android:textSize="18dp"
          android:text="@string/notice2"/>
       <TextView 
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:paddingLeft="10dp"
          android:paddingRight="10dp"
          android:layout_marginTop="6dp"
          android:textSize="18dp"
          android:text="@string/notice3"/>
       <TextView 
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:paddingLeft="10dp"
          android:paddingRight="10dp"
          android:layout_marginTop="6dp"
          android:textSize="18dp"
          android:text="@string/notice4"/>
       <Button 
           android:id="@+id/retryButton"
           android:layout_width="wrap_content"
           android:layout_height="wrap_content"
           android:layout_marginTop="10dp"
           android:text="@string/jump_to"
           android:padding="5dp"
           android:textSize="22dp"
           android:textColor="#ffffff"
           android:background="#5C8DAB"
           android:layout_gravity="center_horizontal"/>
  </LinearLayout>