File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
11
11
minSdkVersion 24
12
12
targetSdkVersion 29
13
13
versionCode 106
14
- versionName ' 1.0.7-rs_adbserver_testbranch-tinydisplay_lab-build_001 '
14
+ versionName ' 1.0.7-rs_adbserver_testbranch-tinydisplay_lab-test01 '
15
15
16
16
}
17
17
Original file line number Diff line number Diff line change 217
217
android : textColor =" @color/white"
218
218
android : textSize =" 20sp" />
219
219
220
+ <CheckBox
221
+ android : id =" @+id/cb_hide_toasts"
222
+ android : layout_width =" match_parent"
223
+ android : layout_height =" wrap_content"
224
+ android : layout_gravity =" center_vertical"
225
+ android : layoutDirection =" rtl"
226
+ android : nextFocusUp =" @id/cb_border_window"
227
+ android : buttonTint =" @color/white"
228
+ android : text =" Hide toast messages (Recommended for smaller displays)"
229
+ android : textColor =" @color/white"
230
+ android : textSize =" 20sp" />
231
+
220
232
<CheckBox
221
233
android : id =" @+id/cb_disable_bossKey"
222
234
android : layout_width =" match_parent"
223
235
android : layout_height =" wrap_content"
224
236
android : layout_gravity =" center_vertical"
225
237
android : buttonTint =" @color/white"
226
238
android : layoutDirection =" rtl"
227
- android : nextFocusUp =" @id/cb_border_window "
239
+ android : nextFocusUp =" @id/cb_hide_toasts "
228
240
android : text =" Disable Boss Key (useful for full size remotes)"
229
241
android : textColor =" @color/white"
230
242
android : textSize =" 20sp" />
You can’t perform that action at this time.
0 commit comments