Issue
I don't know the reason why it keep goes on with error. Please help me!
Solution
it is not an error
You can find how to incorporate the sources for the strings; you must be clear about the location of the Resources and then access them. Resources are used for anything from defining colors, images, layouts, menus, and string values. The value of this is that nothing is hardcoded. Everything is described in these resource files and then can be referenced within your application's code. The simplest of these resources and the most common is using string resources to allow for flexible, localized text.
press alt + enter on the text and click ok
then open res/values/string.xml
there you can edit the text
Answered By - Taha Gorme
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.