ฉันเจอสถานการณ์นี้ด้วยและหาวิธีทำโดยใช้ FrameLayout ผลลัพธ์ต่อไปนี้สร้างขึ้นโดยรหัสที่ระบุด้านล่าง
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/contactbook_icon"
android:layout_gravity="center" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="140"
android:textSize="12dp"
android:textColor="#FFFFFF"
android:layout_gravity="bottom|right"
android:layout_margin="15dp" />
</FrameLayout>
เปลี่ยนค่าระยะขอบเพื่อปรับตำแหน่งข้อความเหนือรูปภาพ การลบขอบอาจทำให้ข้อความไม่อยู่ในมุมมองในบางครั้ง