Skip to content

Commit

Permalink
Updated the defaults for the tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jan 4, 2014
1 parent f2459b6 commit 6dd4443
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions res/layout/activity_display_message.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<TextView android:id="@+id/response"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />
android:text="@string/response_placeholder" />

<TextView android:id="@+id/statistics"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />
android:text="@string/stats_placeholder" />

</LinearLayout>
</ScrollView>
4 changes: 2 additions & 2 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<string name="action_settings">Settings</string>
<string name="title_activity_main">SendGrid Example</string>
<string name="title_activity_display_message">Result from SendGrid Web API</string>
<string name="hello_world">Hello World, With Love from SendGrid</string>

<string name="response_placeholder">Status from email send goes here.\n</string>
<string name="stats_placeholder">Email statistics go here.</string>

</resources>

0 comments on commit 6dd4443

Please sign in to comment.