怪我咯2017-04-17 17:22:47
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
.