摘要:
ListView控件 首先建立一个xml文件 list_item.xml:<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation= 阅读全文
摘要:
TextView控件 该控件一般是展示一些文本提示内容,和HTML中的 lable标签相似(纯属个人意见)。现在来用代码描述一下TextView的使用。 设置TextView的使用有多种方式(常用的两种): 第一:界面android xml文件直接进行赋值<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="ma 阅读全文