When I create an application the icon of this application that appears on the desktop shows a different name than the one I have in the strings.xml
<string name="app_name">Nombre UNO</string>
I have a different one on the menu bar.
<string name="titulo_app">Nombre DOS</string>
Well, when I create the apk, the name that appears in the icon is the one I have in the Toolbar
.
I do not know if it's because I have created two Classes and the two have a strings.xml
, but in the second I only have one in "Name ONE"
How can I change the name of the icon?
Thank you.