Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- jquery
- error
- larravel
- 와일드카드
- input
- Spring
- 리눅스
- curl
- MySQL
- CentOS
- properties
- java
- html
- junit
- File
- 안드로이드
- Android
- NetBeans
- tomcat
- laravel
- SeLinux
- DB
- 톰캣
- javascript
- 정규식
- 이클립스
- php
- ajax
- JSON
- Linux
Archives
- Today
- Total
합쭈기 programming
스크롤 안에 리스트 본문
//xmlandroid:fillViewport="true" 뭐뭐뭐 뭐뭐뭐
// source ListView listview; ScrollView sv ; listview.setOnTouchListener(new OnTouchListener() { //리스트뷰 터취 리스너 @Override public boolean onTouch(View v, MotionEvent event) { sv.requestDisallowInterceptTouchEvent(true); // 리스트뷰에서 터취가되면 스크롤뷰만 움직이게 return false; } });
'Java > Android' 카테고리의 다른 글
webview input file tag 동작 문제 (0) | 2015.06.02 |
---|---|
sqlite 기본 (0) | 2015.04.13 |
SharedPreferences (0) | 2015.04.13 |
http connect - json (0) | 2015.04.13 |
http connect - 파일 업로드 (0) | 2015.04.13 |