イメージビュー内にテキストビューを追加できるか、またはその逆が可能かどうか疑問に思っていました。出来ますか?はいの場合、どのように?
これを実行時に作成したい
私が考える最も簡単な方法は、XML属性を介してCompoundDrawablesを設定することです
android:drawableLeft
android:drawableTop
android:drawableRight
android:drawableBottom.
例:
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableRight="@drawable/ic_navigation_chevron_right"
android:text="Next "
android:textSize="20dp" />
結果:
TextView の setCompoundDrawables.... メソッドを使用できます。このメソッドには多くのバージョンがあります。ここを見てください。