remove unused strings, small adjustments

This commit is contained in:
Helium314 2023-09-07 12:01:45 +02:00
parent 0b92c6ce0d
commit 22181fb8b5
176 changed files with 9 additions and 2206 deletions

View file

@ -228,7 +228,7 @@ internal class KeyCodeDescriptionMapper private constructor() {
return key.label!!.trim { it <= ' ' }
}
resId = when (actionId) {
EditorInfo.IME_ACTION_SEARCH -> R.string.spoken_description_search
EditorInfo.IME_ACTION_SEARCH -> R.string.label_search_key
EditorInfo.IME_ACTION_GO -> R.string.label_go_key
EditorInfo.IME_ACTION_SEND -> R.string.label_send_key
EditorInfo.IME_ACTION_NEXT -> R.string.label_next_key

View file

@ -179,7 +179,7 @@ public final class SetupWizardActivity extends Activity implements View.OnClickL
(TextView)findViewById(R.id.setup_step3_bullet), findViewById(R.id.setup_step3),
R.string.setup_step3_title, R.string.setup_step3_instruction,
0 /* finishedInstruction */, R.drawable.ic_setup_step3,
R.string.setup_step3_action_new);
R.string.setup_step3_action);
step3.setAction(new Runnable() {
@Override
public void run() {