摘要: 简单说类似与自定义控件,只不过自定义控件针对的是view 而样式与主题针对的是属性、元素在TexvView中引入样式layout.xml<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_pare 阅读全文
posted @ 2013-01-09 19:37 王世桢 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 这里只是最简单的实现类似与一个系统默认的界面直接上代码了 1 package cn.itcast.codeui; 2 3 import android.app.Activity; 4 import android.os.Bundle; 5 import android.view.View; 6 import android.view.View.OnClickListener; 7 import android.widget.Button; 8 import android.widget.LinearLayout; 9 import android.widget.TextView;10 11 . 阅读全文
posted @ 2013-01-09 19:34 王世桢 阅读(182) 评论(0) 推荐(0) 编辑