相关疑难解决方法(0)

如何访问Activity的android:label

特定

Android.xml:

<activity android:name='.IconListActivity'
  android:label='@string/icon_list_activity_name'
/>
Run Code Online (Sandbox Code Playgroud)

strings.xml中:

<string name='icon_list_activity_name>Icon List</string>
Run Code Online (Sandbox Code Playgroud)

如何在给定IconListActivity.class的情况下访问字符串'Icon List'

android

20
推荐指数
3
解决办法
1万
查看次数

标签 统计

android ×1