android:drawableRight
android:drawablePadding="10dp"
textview.setCompoundDrawablesRelativeWithIntrinsicBounds(getResources().getDrawable(R.drawable.ic_launch), null, null, null);
本文介绍如何在Android中使用TextView组件设置右侧图标,并调整图标与文本之间的间距。
android:drawableRight
android:drawablePadding="10dp"
textview.setCompoundDrawablesRelativeWithIntrinsicBounds(getResources().getDrawable(R.drawable.ic_launch), null, null, null);
3764
517

被折叠的 条评论
为什么被折叠?