Home
last modified time | relevance | path

Searched refs:mInstructionsText (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DMenuInflateFromXml.java67 private TextView mInstructionsText; field in MenuInflateFromXml
108 mInstructionsText = new TextView(this); in onCreate()
109 mInstructionsText.setText(getResources().getString( in onCreate()
117 layout.addView(mInstructionsText, lp); in onCreate()
133 mInstructionsText.setText(getResources().getString( in onCreateOptionsMenu()