<TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="@string/hello_world"/>
<string name="hello_world">Hello world!</string>
i want to get the key "hello_world" dynamically during runtime in my fragment