Skip to content

Instantly share code, notes, and snippets.

@ckashby
Created August 3, 2014 22:45
Show Gist options
  • Save ckashby/a50efa661789fa694a1b to your computer and use it in GitHub Desktop.
Save ckashby/a50efa661789fa694a1b to your computer and use it in GitHub Desktop.
Android Navigation Strings
<string name="tasks_button">Tasks</string>
<string name="phone_button">Phone</string>
<string name="music_button">Music</string>
<string name="calendar_button">Calendar</string>
<string name="title_text_music">Welcome to Music</string>
<string name="title_text_calendar">Welcome to Calendar</string>
<string name="title_text_phone">Welcome to Phone</string>
<string name="title_text_tasks">Welcome to Tasks</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment