반응형
<LinearLayout 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:orientation="vertical" >
<ListView
android:id="@+id/listview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:divider="#ffffff"
//==> 구분선 색
android:dividerHeight="3dp" />
//==> 구선선 높이
</LinearLayout>
반응형
'IT 연구회' 카테고리의 다른 글
안드로이드 스레드 (handler) 핸들러 (0) | 2013.09.17 |
---|---|
안드로이드 스레드2 핸들러(handler) (0) | 2013.09.17 |
listview (0) | 2013.09.17 |
listview 2 (0) | 2013.09.17 |
listview3 (0) | 2013.09.17 |
WifiConfiguration (0) | 2013.08.24 |
WifiManager 메소드 (1) | 2013.08.23 |
안드로이드에서 이미지/버튼 드래그하기 (0) | 2013.08.10 |
CSMA/CA (0) | 2013.06.17 |
circuit switching vs packet switching (1) | 2013.06.17 |