In XML you can set a TextView to have a android:drawableTop however, in the java code, there is no corresponding textView.setDrawableTop() why am I not seeing this? Shouldn’t it be there?
In XML you can set a TextView to have a android:drawableTop however, in the
Share
textview.setCompoundDrawablesWithIntrinsicBounds(left, top, right, bottom);method works for the following