Searched refs:sampleOutput (Results 1 – 3 of 3) sorted by relevance
47 TextView sampleOutput = (TextView) findViewById(R.id.sample_output); in onCreate() local48 sampleOutput.setText(Html.fromHtml(getString(R.string.intro_message))); in onCreate()