Just added a string that we call in the edit text component in the main activity

This commit is contained in:
BGbaderguet 2020-11-08 17:17:28 +01:00
parent e9bcbd8067
commit 9aaf27e309

View File

@ -10,4 +10,8 @@
<string name="hello_first_fragment">Hello first fragment</string> <string name="hello_first_fragment">Hello first fragment</string>
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string> <string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
<string name="title_activity_main2">MainActivity</string> <string name="title_activity_main2">MainActivity</string>
<string name="title_activity_test_constraint_layout">TestConstraintLayout</string>
<string name="firstAction">Please click on the Add button in order to add a city</string>
</resources> </resources>