반응형
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 |
<?xml version="1.0" encoding="utf-8"?>
<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 연구회' 카테고리의 다른 글
오라클오류코드로 SQLException (0) | 2015.01.20 |
---|---|
org.springframework.web.servlet.PageNotFound noHandlerFound [spring] (0) | 2014.10.18 |
spring : jsp 에서 java로 데이터 넘기기 (2) | 2014.09.09 |
[하둡] 독자모드 설치와 확인 (0) | 2014.03.07 |
[하둡설치] starting hadoop (0) | 2014.03.07 |
Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace. (1) | 2013.12.23 |
이중 스크롤뷰(ScrollView)의 scroll 컨트롤하기 (0) | 2013.09.17 |
용량이 1MB가 넘는 파일을 asset에 담을 때 (0) | 2013.09.17 |
인텐트 (Intent) (0) | 2013.09.17 |
webview (0) | 2013.09.17 |