It is recommended that you consider inheriting relative layout and writing a custom combination control. It will be much easier for you to modify TextView的这种方式是能做到的,但是这么写需要考虑到很多东西(padding,margin,控件大小等等),而且更重要的是不太方便修改。 如果使用相对布局或是帧布局的话,这个需求就好实现多了,下一层在右上角放上图,然后TextView填充整个布局。比继承TextView.
It is recommended that you consider inheriting relative layout and writing a custom combination control. It will be much easier for you to modify
TextView
的这种方式是能做到的,但是这么写需要考虑到很多东西(padding
,margin
,控件大小等等),而且更重要的是不太方便修改。如果使用相对布局或是帧布局的话,这个需求就好实现多了,下一层在右上角放上图,然后
TextView
填充整个布局。比继承TextView
.Hang your sister’s drawable, can I understand putting an icon?