Android - 如何从XML中的TextView获取字符串键值

时间:2018-04-27 12:27:50

标签: android

<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="@string/hello_world"/>

<string name="hello_world">Hello world!</string>

我想在片段

中的运行时动态获取关键字“hello_world”

0 个答案:

没有答案