lmw
2023-05-12 f67802a41f9e01444d1115f34ecc6e1beb05fc3b
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:background="@color/page_bg">
    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        style="@style/style_tv_action"
        android:text="退出登录"
        android:id="@+id/tv_action"
        app:layout_constraintBottom_toBottomOf="parent"
        android:layout_marginBottom="14dp"/>
    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:scrollbars="none"
        app:layout_constraintTop_toTopOf="parent"
        app:layout_constraintBottom_toTopOf="@id/tv_action"
        android:layout_marginBottom="20dp">
        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:orientation="vertical"
            android:background="@color/white">
            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:id="@+id/tv_account"
                android:layout_marginStart="14dp"
                android:layout_marginEnd="14dp"
                android:drawableEnd="@mipmap/icon_more_black"
                android:text="账户安全"
                style="@style/style_form_text_setting"/>
            <View
                style="@style/style_form_divider_line"
                android:layout_marginStart="14dp"/>
            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:id="@+id/tv_question"
                android:layout_marginStart="14dp"
                android:layout_marginEnd="14dp"
                android:drawableEnd="@mipmap/icon_more_black"
                android:text="常见问题"
                style="@style/style_form_text_setting"/>
            <View
                style="@style/style_form_divider_line"
                android:layout_marginStart="14dp"/>
 
            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:id="@+id/tv_privacy"
                android:layout_marginStart="14dp"
                android:layout_marginEnd="14dp"
                android:drawableEnd="@mipmap/icon_more_black"
                android:text="隐私协议"
                style="@style/style_form_text_setting"/>
            <View
                style="@style/style_form_divider_line"
                android:layout_marginStart="14dp"/>
            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:id="@+id/tv_rule"
                android:layout_marginStart="14dp"
                android:layout_marginEnd="14dp"
                android:drawableEnd="@mipmap/icon_more_black"
                android:text="法律条款和平台规则"
                style="@style/style_form_text_setting"/>
            <View
                style="@style/style_form_divider_line"
                android:layout_marginStart="14dp"/>
            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:id="@+id/tv_recharge"
                android:layout_marginStart="14dp"
                android:layout_marginEnd="14dp"
                android:drawableEnd="@mipmap/icon_more_black"
                android:text="充值领券规则"
                style="@style/style_form_text_setting"/>
            <View
                style="@style/style_form_divider_line"
                android:layout_marginStart="14dp"/>
            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:id="@+id/tv_cancel"
                android:layout_marginStart="14dp"
                android:layout_marginEnd="14dp"
                android:drawableEnd="@mipmap/icon_more_black"
                android:text="取消订单规则"
                style="@style/style_form_text_setting"/>
            <View
                style="@style/style_form_divider_line"
                android:layout_marginStart="14dp"/>
            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:id="@+id/tv_price"
                android:layout_marginStart="14dp"
                android:layout_marginEnd="14dp"
                android:drawableEnd="@mipmap/icon_more_black"
                android:text="计价规则"
                style="@style/style_form_text_setting"/>
            <View
                style="@style/style_form_divider_line"
                android:layout_marginStart="14dp"/>
            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:id="@+id/tv_guide"
                android:layout_marginStart="14dp"
                android:layout_marginEnd="14dp"
                android:drawableEnd="@mipmap/icon_more_black"
                android:text="用户指南"
                style="@style/style_form_text_setting"/>
            <View
                style="@style/style_form_divider_line"
                android:layout_marginStart="14dp"/>
            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:id="@+id/tv_user_rule"
                android:layout_marginStart="14dp"
                android:layout_marginEnd="14dp"
                android:drawableEnd="@mipmap/icon_more_black"
                android:text="用户协议"
                style="@style/style_form_text_setting"/>
            <View
                style="@style/style_form_divider_line"
                android:layout_marginStart="14dp"/>
            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:id="@+id/tv_about"
                android:layout_marginStart="14dp"
                android:layout_marginEnd="14dp"
                android:drawableEnd="@mipmap/icon_more_black"
                android:text="关于我们"
                style="@style/style_form_text_setting"/>
            <View
                android:layout_width="match_parent"
                android:layout_height="5dp"
                android:background="@color/page_bg"/>
            <androidx.constraintlayout.widget.ConstraintLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginStart="14dp"
                android:layout_marginEnd="14dp">
                <TextView
                    android:layout_width="match_parent"
                    style="@style/style_form_text_setting"
                    android:text="清除缓存"
                    android:id="@+id/tv_cache"
                    android:layout_height="wrap_content"/>
                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    app:layout_constraintEnd_toEndOf="@id/tv_cache"
                    app:layout_constraintBaseline_toBaselineOf="@id/tv_cache"
                    android:textSize="14sp"
                    android:id="@+id/tv_cache_size"
                    android:textColor="@color/textColor99"
                    android:text="0.0KB"/>
            </androidx.constraintlayout.widget.ConstraintLayout>
            <View style="@style/style_form_divider_line"
                android:layout_marginStart="14dp"/>
            <androidx.constraintlayout.widget.ConstraintLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginStart="14dp"
                android:layout_marginEnd="14dp">
                <TextView
                    android:layout_width="match_parent"
                    style="@style/style_form_text_setting"
                    android:text="当前版本"
                    android:id="@+id/tv_version"
                    android:layout_height="wrap_content"/>
                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    app:layout_constraintEnd_toEndOf="@id/tv_version"
                    app:layout_constraintBaseline_toBaselineOf="@id/tv_version"
                    android:textSize="14sp"
                    android:id="@+id/tv_current"
                    android:textColor="@color/textColor99"
                    android:text="V1.0"/>
            </androidx.constraintlayout.widget.ConstraintLayout>
            <View style="@style/style_form_divider_line"
                android:layout_marginStart="14dp"/>
 
            <TextView
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:id="@+id/tv_update"
                android:layout_marginStart="14dp"
                android:layout_marginEnd="14dp"
                android:drawableEnd="@mipmap/icon_more_black"
                android:text="版本更新"
                style="@style/style_form_text_setting"/>
        </LinearLayout>
 
    </ScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>