自定义控件 –百科专家总结(最后遗留了问题望网友能帮忙解答)
在开发android应用中 经常用到自定义控件 我 就将这段时间 我参与的项目中用到的自定义控件说一下 在百科专家中用到最多的就是 text描边 这是我参考的文章 http://labs.ywlx.net/?p=2739 http://labs.ywlx.net/?p=1260 我以前 也写了篇文章 讲述的时在surfaceview 中对字体的描边 不过后来仔细研究了下 不怎么合适 http://labs.ywlx.net/?p=2749 在百科专家中我 总结了以上文章自己写了个自定义的控件方便在项目中自由的调用 ,废话不多说 先看代码 在慢慢的讲解 布局文件 textviewtest. xml <RelativeLayout android:id=”@+id/item_2″ android:layout_width=”36dp” android:layout_height=”36dp” android:layout_marginTop=”10dp” android:layout_toLeftOf=”@id/textviewfen_c” > <TextView android:id=”@+id/item_2_1_c” android:layout_width=”36dp” android:layout_height=”wrap_content” android:layout