文件名称:drawable跟随TextView居中.zip
文件大小:128KB
文件格式:ZIP
更新时间:2023-08-13 06:38:30
java
你只需要这添加这两个文件就可以使用了!
deadline/DrawableTextView.java
res/values/attrs.xml
###代码中这样设置即可
drawable = ContextCompat.getDrawable(getContext(), R.mipmap.xxx);
setDrawable(DrawableTextView.LEFT, drawable, width, height);
Customizable attributes
xml中定义了以下属性
Define xmlns:app="http://schemas.android.com/apk/res-auto" on root of your xml file
【文件预览】:
drawable跟随TextView居中
----DrawableTextView-master.zip(140KB)