8383 app : layout_constraintEnd_toEndOf =" parent"
8484 app : layout_constraintStart_toStartOf =" parent"
8585 app : layout_constraintTop_toBottomOf =" @id/cl_edit" />
86-
87- <RelativeLayout
88- android : id =" @+id/rl_high_performance"
89- android : layout_width =" 200dp"
90- android : layout_height =" 45dp"
91- android : paddingEnd =" 24dp"
92- android : layout_marginBottom =" 24dp"
93- app : layout_constraintEnd_toEndOf =" parent"
94- app : layout_constraintBottom_toBottomOf =" parent" >
95-
96- <TextView
97- android : layout_width =" wrap_content"
98- android : layout_height =" wrap_content"
99- android : layout_alignParentStart =" true"
100- android : layout_centerVertical =" true"
101- android : text =" @string/app_enable_hight_perperformance"
102- android : textColor =" @color/common_black"
103- android : textSize =" 16sp" />
104-
105- <androidx .appcompat.widget.SwitchCompat
106- android : id =" @+id/sc_enable_high_performance"
107- android : layout_width =" wrap_content"
108- android : layout_height =" wrap_content"
109- android : layout_alignParentEnd =" true"
110- android : layout_centerVertical =" true"
111- android : background =" @null"
112- android : checked =" false"
113- app : thumbTint =" @color/audio_effect_switch_thumb_bg"
114- app : trackTint =" @color/audio_effect_switch_track_bg" />
115- </RelativeLayout >
116-
117- <RelativeLayout
118- android : id =" @+id/rl_disable_feature"
119- android : layout_width =" 200dp"
120- android : layout_height =" 45dp"
121- android : paddingEnd =" 24dp"
122- android : layout_marginBottom =" 4dp"
123- app : layout_constraintEnd_toEndOf =" parent"
124- app : layout_constraintBottom_toTopOf =" @+id/rl_high_performance" >
125-
126- <TextView
127- android : layout_width =" wrap_content"
128- android : layout_height =" wrap_content"
129- android : layout_alignParentStart =" true"
130- android : layout_centerVertical =" true"
131- android : text =" @string/app_disable_feature"
132- android : textColor =" @color/common_black"
133- android : textSize =" 16sp" />
134-
135- <androidx .appcompat.widget.SwitchCompat
136- android : id =" @+id/sc_disable_feature"
137- android : layout_width =" wrap_content"
138- android : layout_height =" wrap_content"
139- android : layout_alignParentEnd =" true"
140- android : layout_centerVertical =" true"
141- android : background =" @null"
142- android : checked =" false"
143- app : thumbTint =" @color/audio_effect_switch_thumb_bg"
144- app : trackTint =" @color/audio_effect_switch_track_bg" />
145- </RelativeLayout >
146-
147- <RelativeLayout
148- android : layout_width =" 200dp"
149- android : layout_height =" 45dp"
150- android : paddingEnd =" 24dp"
151- android : layout_marginBottom =" 4dp"
152- app : layout_constraintEnd_toEndOf =" parent"
153- app : layout_constraintBottom_toTopOf =" @+id/rl_disable_feature" >
154-
155- <TextView
156- android : layout_width =" wrap_content"
157- android : layout_height =" wrap_content"
158- android : layout_alignParentStart =" true"
159- android : layout_centerVertical =" true"
160- android : text =" @string/app_enable_test_env"
161- android : textColor =" @color/common_black"
162- android : textSize =" 16sp" />
163-
164- <androidx .appcompat.widget.SwitchCompat
165- android : id =" @+id/sc_enable_test_env"
166- android : layout_width =" wrap_content"
167- android : layout_height =" wrap_content"
168- android : layout_alignParentEnd =" true"
169- android : layout_centerVertical =" true"
170- android : background =" @null"
171- android : checked =" false"
172- app : thumbTint =" @color/audio_effect_switch_thumb_bg"
173- app : trackTint =" @color/audio_effect_switch_track_bg" />
174- </RelativeLayout >
17586</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments