WEB开发网
开发学院手机开发Android 开发 android构建自定义的视图组件 阅读

android构建自定义的视图组件

 2010-05-10 19:48:00 来源:WEB开发网   
核心提示:}/*** Convenience method to set the title of a SpeechView*/public void setTitle(String title) {mTitle.setText(title);}/*** Convenience method to set the dialogu

}

/**

* Convenience method to set the title of a SpeechView

*/

public void setTitle(String title) {

mTitle.setText(title);

}

/**

* Convenience method to set the dialogue of a SpeechView

*/

public void setDialogue(String words) {

mDialogue.setText(words);

}

private TextView mTitle;

private TextView mDialogue;

}

List4 示例截图,见:

image

List6示例截图,可以点击条目,出现内容,见:

image

修改已存在的视图类型

如果已存在的视图组件已经和你的需求相差不远,你可以只是简单的扩展该组件,只覆盖需要改变的行为。

比如示例中的 NotePad应用(platforms/android-1.5/samples/NotePad)。

效果如下:

image

在文本框视图组件(EditText)基础上,增加了横线。

上一页  1 2 3 4 

Tags:android 构建 定义

编辑录入:coldstar [复制链接] [打 印]
赞助商链接