Searched refs:mIngredientsTextView (Results 1 – 1 of 1) sorted by relevance
44 private TextView mIngredientsTextView; field in RecipeActivity65 mIngredientsTextView = (TextView) findViewById(R.id.textIngredients); in onCreate()106 mIngredientsTextView.setText(recipe.ingredientsText); in displayRecipe()