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.java68 private TextView mInstructionsText; field in MenuInflateFromXml
100 mInstructionsText = new TextView(this); in onCreate()
101 mInstructionsText.setText(getResources().getString( in onCreate()
109 layout.addView(mInstructionsText, lp); in onCreate()
129 mInstructionsText.setText(getResources().getString( in onCreateOptionsMenu()