摘要: 以LinearLayout为例,它提供的background属性将会将背景图片拉伸,相当难看。事实上我们只需做少量的修改就可以实现web编程中css背景图片的效果。来试试吧。创建重复的背景图片在drawable目录下创建一个repeat_bg.xml: <?xml version="1.0" encoding="utf-8"?> <bitmap xmlns:android="http://schemas.android.com/apk/res/android" android:src="@drawable/ 阅读全文
posted @ 2012-04-17 13:27 志强思密达 阅读(157) 评论(0) 推荐(0) 编辑
摘要: importandroid.app.Activity; importandroid.graphics.Rect; importandroid.os.Bundle; importandroid.text.method.HideReturnsTransformationMethod; importandroid.text.method.PasswordTransformationMethod; importandroid.text.method.TransformationMethod; importandroid.view.View; importandroid.widget.CheckBox; 阅读全文
posted @ 2012-04-17 11:20 志强思密达 阅读(217) 评论(0) 推荐(0) 编辑