更改应用程序Android Studio的名称

时间:2016-04-14 12:33:10

标签: android

您好我在调用应用程序名称时遇到问题

enter image description here

我需要调用MainActivity名称<String xxx>

的应用程序
<resources>
     <string name="app">@layout/activity_main/@xxx</string>
</resources>

这可能吗? 我不想用

<string name="app">name</string>

1 个答案:

答案 0 :(得分:1)

你弄错了。这实际上是相反的方式。

h1.map { |k, v| [(h2[k] || k).to_sym ,v] }.to_h # returns {:a1=>1, :b1=>2, :c=>3} 中声明:

strings.xml

你读过的活动中的一个:

<string name="app">Application name</string>