ฉันมีคำถามเล็ก ๆ น้อย ๆ ที่รบกวนฉันมาระยะหนึ่งแล้ว ฉันพยายาม google นี้ แต่ดูเหมือนจะไม่มีใครมีปัญหาเช่นเดียวกับฉันหรือไม่เห็นว่ามันเป็นปัญหา เมื่อฉันสร้างปุ่มใน activity_my.xml ภายใต้โครงร่าง
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/button_1_name"
android:id="@+id/button2"
android:layout_marginTop="140dp"
android:layout_below="@+id/textView"
android:layout_centerHorizontal="true" />
ฉันได้รับปุ่มที่ดูเหมือนว่า
แม้ว่ารหัสสตริงของฉันคือ:
<resources>
<string name="app_name">HelloWorld</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<string name="button_1_name">BuTtOn 1</string>
ฉันรู้ว่าฉันขาดอะไรเล็ก ๆ น้อย ๆ ที่นี่ แต่ฉันจะทำให้ตัวพิมพ์เล็ก / ใหญ่ทำงานในข้อความปุ่มได้อย่างไร
ขอบคุณ!