-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Namespace the resources, and bump the getting started version to 1.0.
- Loading branch information
Jason Feinstein
committed
May 10, 2016
1 parent
9468f1c
commit 7f56527
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<resources> | ||
<string name="app_name">Android DebugPort</string> | ||
<string name="notification_title">Android DebugPort Running</string> | ||
<string name="notification_subtitle">Debug Running at %1$s:%2$d\nSQLite Running at %1$s:%3$d</string> | ||
<string name="notification_summary">Debug: %1$s:%2$d, SQLite: %1$s:%3$d</string> | ||
<string name="debugport_app_name">Android DebugPort</string> | ||
<string name="debugport_notification_title">Android DebugPort Running</string> | ||
<string name="debugport_notification_subtitle">Debug Running at %1$s:%2$d\nSQLite Running at %1$s:%3$d</string> | ||
<string name="debugport_notification_summary">Debug: %1$s:%2$d, SQLite: %1$s:%3$d</string> | ||
</resources> |