diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 544b6af..b907069 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -4,9 +4,10 @@ <!-- Strings used for fragments for navigation --> <string name="first_fragment_label">First Fragment</string> <string name="second_fragment_label">Second Fragment</string> - <string name="next">Next</string> + <string name="press_on_me">PRESS ON ME</string> + <string name="no_press_on_me">NO, PRESS ON ME !</string> <string name="previous">Previous</string> - <string name="hello_first_fragment">Hello first fragment</string> + <string name="hello_first_fragment">Oi Otouto !</string> <string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string> </resources>
\ No newline at end of file |