我需要在我的textview中添加一個drawable,並使其具有與文本相同的高度。如何繪製高度取決於textview的文本高度?
我的XML:
...<LinearLayout
android:id="@+id/line6"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/tableLayoutId">
<TextView
android:id="@+id/label10"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingEnd="2dp"
android:paddingRight="2dp"
android:drawableRight="@drawable/greenarrowup"
android:drawableEnd="@drawable/greenarrowup"
/> ...
我一直在使用的ImageView,以獲得期望的結果嘗試,但沒」不要這樣做,有人可以幫我嗎?
謝謝。
有趣的問題。請參閱[這個問題和答案](https://stackoverflow.com/questions/9168021/compounddrawable-size)。 – Cheticamp