I have the following TextView
:
<TextView
android:drawableLeft="@drawable/loading"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Updating Rates" />
And the result is this:
How do I make the loading circle drawable constrain proportionally so its height matches the height of the text?
Also, if possible, I would like to add some spacing between the text and the image.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…