[Physical Keyboard] Fix bugs for input keys dialog
set content description on custom radio button and seekbar. fix typo Bug: 374229004 Bug: 374229189 Bug: 374229597 Bug: 389973787 Flag: com.android.settings.keyboard.keyboard_and_touchpad_a11y_new_page_enabled Test: atest packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/ Change-Id: I3df4b1558c2bad73d9411a0160725d7a35590cc3
This commit is contained in:
committed by
Shaowei Shen
parent
086c8b7955
commit
538cc35aed
@@ -32,6 +32,8 @@ public class KeyboardAccessibilitySlowKeysDialogFragment extends
|
||||
Bundle bundle = new Bundle();
|
||||
bundle.putInt(EXTRA_TITLE_RES, R.string.slow_keys);
|
||||
bundle.putInt(EXTRA_SUBTITLE_RES, R.string.slow_keys_summary);
|
||||
bundle.putInt(EXTRA_SEEKBAR_CONTENT_DESCRIPTION,
|
||||
R.string.input_setting_slow_keys_seekbar_desc);
|
||||
result.setArguments(bundle);
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user