摘要:
引用:http://www.4ucode.com/Study/Topic/910199字体样式大小都是用Paint类定义的。public void getTextBounds(String text, int start, int end, Rect bounds)Return in bounds (allocated by the caller) the smallest rectangle that encloses all of the characters, with an implied origin at (0,0).Parameterstext String to measure 阅读全文
摘要:
引用:http://baike.baidu.com/view/2084446.htm CDlinux 是一种从光盘启动、运行的小 Linux 系统,可用于系统修复/维护。支持很多硬件(PCMCIA、SCSI、USB 等)和多种网络协议(ftp、ssh、nfs、samba 等)。用户可方便地进行定制,并按需要自行添加、删除软件包。 您可以把 CDlinux 当作您的“移动操作系统”。 把它装到您的随身 U 盘上,无论走到哪里,只要是能支持 U 盘启动的电脑,就可以插上您的 U 盘,启动 CDlinux,把这台电脑变成您自己的移动工作站。CDlinux 里集成了最新的 Linux 内核,Xorg. 阅读全文
摘要:
引用:try{// Uri uri = Uri.parse("market://details?id=" + packname.trim()); Uri uri = Uri.parse("http://www.anzhi.com/soft_325569.html"); Intent intent = new Intent(Intent.ACTION_VIEW,uri); startActivity(intent); }catch(Exception e){ e.printStackTrace(); } 阅读全文
摘要:
引用:http://blog.163.com/ws_wishao/blog/static/173046963201112195020124/ERROR/InputDispatcher(61): channel '40723150 com.JavaScriptCom/com.JavaScriptCom.JavaScriptCom (server)' ~ Channel is unrecoverably broken and will be disposed!这个错误,必须用2.1的模拟器,这个估计是BUG.附代码:AndroidManifest.xml<?xml versi 阅读全文
摘要:
引用:http://stackoverflow.com/questions/8446337/how-to-solve-error-this-attribute-must-be-localized-at-text-with-value-topdown voteBest practice for Android apps is to define all of the non-dynamic content in resource files. This lets you define different resource files for different languages, for ex 阅读全文
摘要:
引用:http://blog.csdn.net/qinyun188/article/details/7466973“This attribute must be localized”,这种问题一般情况是因为在res/layout下的文件中出现了没有多语言话的文本例如<Buttonandroid:id="@+id/btnLED1On"android:layout_width="wrap_content"android:layout_height="wrap_content"android:text="on"an 阅读全文