ฉันมีมุมมองข้อความและต้องการให้มุมของมันเป็นทรงกลม android:background="@drawable/somefile"
ผมรู้อยู่แล้วว่ามันสามารถทำได้โดยใช้ ในกรณีของฉันแท็กนี้มีอยู่แล้วดังนั้นจึงไม่สามารถใช้งานได้อีก เช่นandroid:background="@drawable/mydialogbox"
มีอยู่แล้วเพื่อสร้างภาพในพื้นหลัง
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_gravity="top"
android:background="@drawable/mydialogbox"
android:orientation="horizontal" >
<TextView
android:id="@+id/textview_name"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true" />
</LinearLayout>
</RelativeLayout>
ดังนั้นเมื่อฉันต้องการtextview(textview_name)
ด้วยมุมมนวิธีนี้สามารถทำได้