mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-17 23:42:55 +00:00
remove unused strings, small adjustments
This commit is contained in:
parent
0b92c6ce0d
commit
22181fb8b5
176 changed files with 9 additions and 2206 deletions
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue