中文字幕日韩精品一区二区免费_精品一区二区三区国产精品无卡在_国精品无码专区一区二区三区_国产αv三级中文在线

android的ListView

strings.xml

為嵩縣等地區(qū)用戶提供了全套網(wǎng)頁設計制作服務,及嵩縣網(wǎng)站建設行業(yè)解決方案。主營業(yè)務為成都做網(wǎng)站、成都網(wǎng)站制作、嵩縣網(wǎng)站設計,以傳統(tǒng)方式定制建設網(wǎng)站,并提供域名空間備案等一條龍服務,秉承以專業(yè)、用心的態(tài)度為用戶提供真誠的服務。我們深信只要達到每一位用戶的要求,就會得到認可,從而選擇與我們長期合作。這樣,我們也可以走得更遠!

<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">ListView</string>
    <string name="hello_world">Hello world!</string>
    <string name="action_settings">Settings</string>

    
    
    <string-array  name="names">
          <item>萌萌</item>
          <item>小白</item>
          <item>張三</item>
          <item>李四</item>
          <item>王五</item>
          <item>萌萌</item>
          <item>小白</item>
          <item>張三</item>
          <item>李四</item>
          <item>王五</item>
          <item>萌萌</item>
          <item>小白</item>
          <item>張三</item>
          <item>李四</item>
          <item>王五</item>
    </string-array>
</resources>

activity_main.xml

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingBottom="@dimen/activity_vertical_margin"
    android:paddingLeft="@dimen/activity_horizontal_margin"
    android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
    tools:context="com.example.listview.MainActivity" >

   
	<ListView
	    android:id="@+id/ListView1_1" 
	    android:layout_width="match_parent"
	    android:layout_height="match_parent"
	    android:entries="@array/names"
	   
	    android:footerDividersEnabled="true"
	  
	    android:scrollbars="horizontal|vertical"
	    android:fastScrollEnabled="true"
	    android:listSelector="#f5ffcc"
	    android:drawSelectorOnTop="false"
	    >
	    
	</ListView>
</RelativeLayout>
<!--   1.設置滾動條
		android:scrollbars="horizontal|vertical"   水平和垂直方向的
	    android:fastScrollEnabled="true"           快速滾動條
	     2.item之間的間隔寬度
	      android:dividerHeight="2dp"
	    3.item之間的顏色
	      android:divider="#00ffff"
	    4.選中時的顏色
	       android:listSelector="#00ffff"
	    5.選中時,將字顯示出來,尤其是寫了選中時的顏色時,一定要加上這一條,否則字被遮蓋
	       android:drawSelectorOnTop="false"
	     -->
	

MainActivity

package com.example.listview;

import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
import android.widget.TextView;
import android.widget.AdapterView.OnItemClickListener;
import android.widget.ListView;
import android.widget.Toast;

public class MainActivity extends Activity implements OnItemClickListener{
	private ListView listView;
	@Override
	protected void onCreate(Bundle savedInstanceState) {
		super.onCreate(savedInstanceState);
		setContentView(R.layout.activity_main);
		listView=(ListView) findViewById(R.id.ListView1_1);
		listView.setOnItemClickListener(this);
	}
	//listView列表項的單擊事件
	@Override
	public void onItemClick(AdapterView<?> parent, View view, int position,
			long id) {
		// TODO Auto-generated method stub
		TextView textView=(TextView)view;
		System.out.println(parent.getClass());
		System.out.println("position:"+position);
		System.out.println("view:"+view);
		System.out.println(textView.getText().toString());
		Toast.makeText(MainActivity.this, textView.getText().toString(), Toast.LENGTH_SHORT).show();
		
	}
}

網(wǎng)站名稱:android的ListView
URL網(wǎng)址:http://www.rwnh.cn/article48/jjecep.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供商城網(wǎng)站、虛擬主機域名注冊、、響應式網(wǎng)站Google

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

微信小程序開發(fā)
六盘水市| 东方市| 含山县| 拉孜县| 保山市| 弥渡县| 彭山县| 报价| 金溪县| 云林县| 武宣县| 虎林市| 甘孜| 普安县| 荥阳市| 梧州市| 卓尼县| 吉木乃县| 陆河县| 华蓥市| 星座| 凤山县| 讷河市| 环江| 尼勒克县| 乌拉特中旗| 缙云县| 安仁县| 阿鲁科尔沁旗| 衡阳市| 师宗县| 旺苍县| 仁布县| 万全县| 芮城县| 孟村| 临泉县| 乐山市| 兴义市| 印江| 原阳县|