Skip to content

Commit

Permalink
Move hard-coded string into string resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
roubert committed Jan 4, 2013
1 parent 0d51912 commit 54c9dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sample/res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Hello World, NumberPickerSample"
android:text="@string/app_message"
/>
</LinearLayout>
1 change: 1 addition & 0 deletions sample/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
<string name="app_name">NumberPicker Sample</string>
<string name="menu_preferences_label">Preferences</string>
<string name="menu_dialog_label">Open as dialog</string>
<string name="app_message">Hello World, NumberPickerSample</string>
</resources>

0 comments on commit 54c9dc5

Please sign in to comment.