Searched refs:instructionsText (Results 1 – 1 of 1) sorted by relevance
126 TextView instructionsText = findViewById(R.id.instructions); in onCreate() local127 instructionsText.setText(getInstructionsResourceId()); in onCreate()