Skip to content

Instantly share code, notes, and snippets.

@rjlutz
Last active September 28, 2020 20:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjlutz/a5ef440023dd0d8e576fdcf2b54f5a72 to your computer and use it in GitHub Desktop.
Save rjlutz/a5ef440023dd0d8e576fdcf2b54f5a72 to your computer and use it in GitHub Desktop.
<resources>
<string name="app_name">Recipe</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<string name="tvTitle">Bruschetta</string>
<string name="description">Recipe Image</string>
<string name="btnRecipe">View Recipe</string>
<string name="tvIngredients">Ingredients</string>
<string name="tvIngredients1">4 plum tomatoes</string>
<string name="tvIngredients2">6 basil leaves</string>
<string name="tvIngredients3">3 garlic cloves, chopped</string>
<string name="tvIngredients4">3 TB olive oil</string>
<string name="tvDirections">Directions</string>
<string name="txtMix">Combine the ingredients and add salt to taste. Top French bread slices with mixture.</string>
<string name="title_activity_recipe">Recipe</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment