1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4
+ xmlns : tools =" http://schemas.android.com/tools"
5
+ android : layout_width =" match_parent"
6
+ android : layout_height =" match_parent"
7
+ tools : context =" .activities.profile.SettingsActivity" >
8
+
9
+ <TextView
10
+ android : id =" @+id/rectangleColorTextView"
11
+ android : layout_width =" wrap_content"
12
+ android : layout_height =" wrap_content"
13
+ android : text =" Object Detection Rectangle Color"
14
+ android : textColor =" #000000"
15
+ android : textStyle =" bold"
16
+ tools : layout_editor_absoluteX =" 16dp"
17
+ tools : layout_editor_absoluteY =" 71dp" />
18
+
19
+ <SeekBar
20
+ android : id =" @+id/colorSeekBar"
21
+ android : layout_width =" 256dp"
22
+ android : layout_height =" 39dp"
23
+ tools : layout_editor_absoluteX =" 16dp"
24
+ tools : layout_editor_absoluteY =" 112dp" />
25
+
26
+ <View
27
+ android : id =" @+id/divider"
28
+ android : layout_width =" 409dp"
29
+ android : layout_height =" 1dp"
30
+ android : background =" ?android:attr/listDivider"
31
+ tools : layout_editor_absoluteX =" 1dp"
32
+ tools : layout_editor_absoluteY =" 168dp" />
33
+
34
+ <TextView
35
+ android : id =" @+id/fastSwapTextView"
36
+ android : layout_width =" wrap_content"
37
+ android : layout_height =" wrap_content"
38
+ android : text =" Fast Swap"
39
+ android : textColor =" #000000"
40
+ android : textStyle =" bold"
41
+ tools : layout_editor_absoluteX =" 16dp"
42
+ tools : layout_editor_absoluteY =" 195dp" />
43
+
44
+ <Switch
45
+ android : id =" @+id/fastSwapSwitch"
46
+ android : layout_width =" 48dp"
47
+ android : layout_height =" 47dp"
48
+ tools : layout_editor_absoluteX =" 347dp"
49
+ tools : layout_editor_absoluteY =" 177dp" />
50
+
51
+ <View
52
+ android : id =" @+id/divider2"
53
+ android : layout_width =" 409dp"
54
+ android : layout_height =" 1dp"
55
+ android : background =" ?android:attr/listDivider"
56
+ tools : layout_editor_absoluteX =" 1dp"
57
+ tools : layout_editor_absoluteY =" 233dp" />
58
+
59
+ <TextView
60
+ android : id =" @+id/faceCheckAnimationTextView"
61
+ android : layout_width =" wrap_content"
62
+ android : layout_height =" wrap_content"
63
+ android : text =" Face Check Animation"
64
+ android : textColor =" #000000"
65
+ android : textStyle =" bold"
66
+ tools : layout_editor_absoluteX =" 16dp"
67
+ tools : layout_editor_absoluteY =" 262dp" />
68
+
69
+ <Switch
70
+ android : id =" @+id/faceAnimationSwitch"
71
+ android : layout_width =" 48dp"
72
+ android : layout_height =" 47dp"
73
+ tools : layout_editor_absoluteX =" 347dp"
74
+ tools : layout_editor_absoluteY =" 243dp" />
75
+
76
+ <View
77
+ android : id =" @+id/divider3"
78
+ android : layout_width =" 409dp"
79
+ android : layout_height =" 1dp"
80
+ android : background =" ?android:attr/listDivider"
81
+ tools : layout_editor_absoluteX =" 1dp"
82
+ tools : layout_editor_absoluteY =" 302dp" />
83
+
84
+ <TextView
85
+ android : id =" @+id/audioTTSTextView"
86
+ android : layout_width =" wrap_content"
87
+ android : layout_height =" wrap_content"
88
+ android : text =" Audio Speech"
89
+ android : textColor =" #000000"
90
+ android : textStyle =" bold"
91
+ tools : layout_editor_absoluteX =" 16dp"
92
+ tools : layout_editor_absoluteY =" 328dp" />
93
+
94
+ <Switch
95
+ android : id =" @+id/audioTTSSwitch"
96
+ android : layout_width =" 48dp"
97
+ android : layout_height =" 47dp"
98
+ tools : layout_editor_absoluteX =" 347dp"
99
+ tools : layout_editor_absoluteY =" 312dp" />
100
+
101
+ <View
102
+ android : id =" @+id/divider4"
103
+ android : layout_width =" 409dp"
104
+ android : layout_height =" 1dp"
105
+ android : background =" ?android:attr/listDivider"
106
+ tools : layout_editor_absoluteX =" 1dp"
107
+ tools : layout_editor_absoluteY =" 365dp" />
108
+ </androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments