fg_setting_log.xml
7.52 KB
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
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="1565dp"
android:layout_height="match_parent" >
<TextView
android:id="@+id/view_1"
android:layout_width="wrap_content"
android:layout_height="55dp"
android:layout_marginLeft="20dp"
android:layout_marginTop="96dp"
android:text="@string/string_log_export"
android:textSize="@dimen/text_size_40"
android:textColor="@color/color_white"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.00"
app:layout_constraintHorizontal_bias="0.0" />
<TextView
android:id="@+id/view_2"
android:layout_width="wrap_content"
android:layout_height="35dp"
android:layout_marginLeft="76dp"
android:layout_marginTop="30dp"
android:text="@string/string_usb_device"
android:textSize="@dimen/text_size_24"
android:textColor="@color/color_white"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/view_1"
app:layout_constraintVertical_bias="0.00"
app:layout_constraintHorizontal_bias="0.0" />
<ListView
android:id="@+id/listView_usb"
android:layout_width="1399dp"
android:layout_height="wrap_content"
android:layout_marginLeft="66dp"
android:layout_marginTop="10dp"
android:fadingEdge="none"
android:cacheColorHint="#00000000"
android:listSelector="#00000000"
android:scrollbars="vertical"
android:fadeScrollbars="false"
android:divider="@null"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/view_2"
app:layout_constraintVertical_bias="0.00"
app:layout_constraintHorizontal_bias="0.0" />
<RelativeLayout
android:id="@+id/lay_usb"
android:layout_width="1399dp"
android:layout_height="300dp"
android:layout_marginLeft="66dp"
android:orientation="horizontal"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/listView_usb"
app:layout_constraintVertical_bias="0.00"
app:layout_constraintHorizontal_bias="0.0" >
<TextView
android:id="@+id/txt_line11"
android:layout_width="match_parent"
android:layout_height="1dp"
android:visibility="gone"
android:background="@color/color_d8d8d8" />
<RelativeLayout
android:id="@+id/lay_value_1"
android:layout_width="match_parent"
android:layout_height="68dp"
android:layout_below="@+id/txt_line11"
android:gravity="center_vertical"
android:orientation="horizontal"
android:visibility="gone"
android:background="@drawable/shape_txt_set_style_11" >
<TextView
android:layout_width="288dp"
android:layout_height="match_parent"
android:layout_marginLeft="30dp"
android:gravity="left|center"
android:text="@string/string_output_setting"
android:textSize="@dimen/text_size_25"
android:textColor="@drawable/txt_click_color_3" />
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginRight="50dp"
android:layout_alignParentRight="true"
android:gravity="left|center"
android:text="@string/string_cvbs_pattern"
android:textSize="@dimen/text_size_25"
android:textColor="@drawable/txt_click_color_3" />
</RelativeLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@+id/lay_value_1"
android:visibility="gone"
android:background="@color/color_d8d8d8" />
<TextView
android:id="@+id/txt_export"
android:layout_width="210dp"
android:layout_height="50dp"
android:layout_alignParentRight="true"
android:layout_marginTop="65dp"
android:background="@drawable/shape_txt_set_style_12_1"
android:gravity="center"
android:text="@string/string_usb_export"
android:textColor="@drawable/txt_click_color_3"
android:textSize="@dimen/text_size_20" />
<!--
android:layout_below="@+id/txt_line12"-->
<com.sw.laryngoscope.widget.TextThumbSeekBar2
android:id="@+id/sb_log"
android:layout_width="match_parent"
android:layout_height="70dp"
android:layout_marginTop="50dp"
android:maxHeight="8dp"
android:minHeight="8dp"
android:max="100"
android:progress="20"
android:splitTrack="false"
android:clickable="false"
android:layout_below="@+id/txt_export"
android:progressDrawable="@drawable/progress_bar"
android:thumb="@drawable/shape_thumb_round"
android:paddingStart="0dp"
android:paddingEnd="0dp"
android:thumbOffset="0dp" />
<!--https://blog.csdn.net/u010593680/article/details/50967608
https://blog.csdn.net/shanshan_1117/article/details/78843115
android:scaleType="centerInside"-->
<com.sw.laryngoscope.widget.ProgressTextView
android:layout_width="match_parent"
android:layout_height="30dp"
android:layout_below="@+id/sb_log"
android:textColor="@color/color_0aede0"
android:textSize="@dimen/text_size_20"
android:text="0"
android:gravity="center"
android:layout_gravity="center_horizontal"
android:paddingTop="5dp" />
<!--<ProgressBar
android:background="@null"
android:id="@+id/progressBar"
android:layout_width="match_parent"
android:layout_height="20dp"
android:layout_marginTop="50dp"
android:maxHeight="8dp"
android:minHeight="8dp"
android:progress="40"
android:background="@null"
android:layout_below="@+id/txt_export"
android:progressDrawable="@drawable/progress_bar"
android:thumb="@drawable/shape_thumb_round"
style="@android:style/Widget.ProgressBar.Horizontal" />-->
<!--https://blog.51cto.com/u_9407174/5009189-->
</RelativeLayout>
</androidx.constraintlayout.widget.ConstraintLayout>