今天就跟大家聊聊有關(guān)Listview中onItemClick參數(shù)的作用,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結(jié)了以下內(nèi)容,希望大家根據(jù)這篇文章可以有所收獲。
departmenttongji_item:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <LinearLayout android:layout_width="match_parent" android:layout_height="30dp" android:orientation="horizontal" android:gravity="center_vertical" > <TextView android:id="@+id/name" android:layout_marginLeft="@dimen/activity_vertical_margin" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="張三" /> <TextView android:visibility="gone" android:id="@+id/dayofkq" android:layout_marginLeft="30dp" android:layout_width="wrap_content" android:layout_height="wrap_content" /> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="40dp" android:orientation="horizontal" android:gravity="center_vertical" > <TextView android:text="出勤" android:layout_marginLeft="16dp" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <TextView android:gravity="center" android:text="1" android:id="@+id/work" android:layout_marginLeft="10dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/colorTran" android:background="@drawable/sekuai_chuqin" /> <TextView android:text="請假" android:layout_marginLeft="14dp" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <TextView android:gravity="center" android:text="1" android:id="@+id/holiday" android:layout_marginLeft="10dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/colorTran" android:background="@drawable/sekuai_chidao" /> <TextView android:text="出差" android:layout_marginLeft="14dp" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <TextView android:gravity="center" android:text="1" android:id="@+id/outwork" android:layout_marginLeft="10dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/colorTran" android:background="@drawable/sekuai_chuchai" /> <TextView android:text="缺勤" android:layout_marginLeft="14dp" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <TextView android:gravity="center" android:text="1" android:id="@+id/nowork" android:layout_marginLeft="10dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/colorTran" android:background="@drawable/sekuai_queqin" /> </LinearLayout> </LinearLayout>
本文標題:Listview中onItemClick參數(shù)的作用-創(chuàng)新互聯(lián)
標題鏈接:http://sd-ha.com/article10/eoogo.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供電子商務(wù)、品牌網(wǎng)站設(shè)計、移動網(wǎng)站建設(shè)、用戶體驗、網(wǎng)站營銷、網(wǎng)站建設(shè)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容