ฉันมี TextView ซึ่งมีสตริงแบบฮาร์ดโค้ดและฉันมีตัวแปรไดนามิกที่ฉันต้องการใส่ไว้ท้ายสตริงนี้ นี่คือรหัสของฉัน:
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp">
<TextView
android:id="@+id/PeopleName"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/Generic_Text"+"@{ Profile.name }" />
</LinearLayout>
android:text="@string/Generic_Text"+"@{ Profile.name }"
ฉันมีปัญหากับ Generic_Text
รัฐ "ชื่อของฉันคือ" แล้วProfile.name
เป็นแบบไดนามิกและเห็นได้ชัดว่ามีการเปลี่ยนแปลงจากโปรไฟล์ไปยังโปรไฟล์ ฉันต้องการมันเพื่อให้การส่งออก TextView ทั้งชื่อของฉันคือ {} ความช่วยเหลือใด ๆ จะดีมาก