Skip to content

Commit

Permalink
Moe shortcuts resources to module where they belong (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska authored Aug 4, 2019
1 parent e00b77c commit 0829bf4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
12 changes: 0 additions & 12 deletions client/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
<resources>
<string name="app_name">github-client</string>

<string name="shortcut_users_short_label">Users</string>
<string name="shortcut_users_long_label">Browse Users</string>
<string name="shortcut_users_disabled_message">No longer available :(</string>

<string name="shortcut_jraska_short_label">Me</string>
<string name="shortcut_jraska_long_label">Josef Raska</string>
<string name="shortcut_jraska_disabled_message">No longer available :(</string>

<string name="shortcut_jake_short_label">Jake</string>
<string name="shortcut_jake_long_label">Jake Wharton</string>
<string name="shortcut_jake_disabled_message">No longer available :(</string>
</resources>
File renamed without changes.
14 changes: 14 additions & 0 deletions feature-shortcuts/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="shortcut_users_short_label">Users</string>
<string name="shortcut_users_long_label">Browse Users</string>
<string name="shortcut_users_disabled_message">No longer available :(</string>

<string name="shortcut_jraska_short_label">Me</string>
<string name="shortcut_jraska_long_label">Josef Raska</string>
<string name="shortcut_jraska_disabled_message">No longer available :(</string>

<string name="shortcut_jake_short_label">Jake</string>
<string name="shortcut_jake_long_label">Jake Wharton</string>
<string name="shortcut_jake_disabled_message">No longer available :(</string>
</resources>

0 comments on commit 0829bf4

Please sign in to comment.