2012年5月9日

[转]android界面的美化shape的使用

摘要: 本文转自:http://blog.csdn.net/qq282133/article/details/7370467Shape Drawable这一类的shape定义在xml中file location:res/drawable/filename.xmlThe filename is used as the resource ID.(这个文件名作为资源id)compiled resource datatype:(复杂资源的数据类型)Resource pointer to aGradientDrawable.resource reference(资源参考):In Java:R.drawable. 阅读全文

posted @ 2012-05-09 11:51 freeliver54 阅读(8566) 评论(1) 推荐(1)

[转]Android中的一个TextView中的字体设置不同大小

摘要: 本文转自:http://txlong-onz.iteye.com/blog/1142781如图,这个是桌面Widget中的截图,最好是通过一个TextView实现,这是我提出的问题,近几天解决。呵呵,当然写两个TextView很简单也很容易设置。Java代码 title.setText("Yourbigisland<b>ADVENTURE!</b>");//这是原样显示,我想让加粗title.setText("Your big island <b>ADVENTURE!</b>");//这是原样显示,我想让加 阅读全文

posted @ 2012-05-09 11:48 freeliver54 阅读(9527) 评论(0) 推荐(0)

导航