안드로이드 layout include 시 주의사항

안드로이드 layout xml 에서 다른 layout xml 을 include 시 주의사항

common_underbar.xml 을 include 하려고 했습니다.
약간의 커스터마이징이 필요해 20px 의 왼쪽 마진을 주었지만
생각대로 동작하지 않더군요.

1) 첫번째 시도
<include    
     android:layout_marginLeft="20px"
     layout="@layout/common_underbar"
/>

2) 두번째 시도 - width 를 강제적으로 적용
<include    
     android:layout_width="400px"
     android:layout_marginLeft="20px"
     layout="@layout/common_underbar"
/>

3) 세번째 시도
<include    
     android:layout_width="fill_parent"
     android:layout_width="fill_parent"
     android:layout_marginLeft="20px"
     layout="@layout/common_underbar"
/>

: 세번째 시도에 의도한 UI 가 나왔습니다.
layout_xxx 속성을 사용하려면 android:layout_width / height 를
정의 해주어야 합니다.
그 이후에 layout_xxx  속성을 사용하시면 됩니다.

<!-- common_underbar.xml -->
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical"
>
<View
android:layout_width="fill_parent"
android:layout_height="1px"
android:background="#ffd7d7d7"
/>
<View
android:layout_width="fill_parent"
android:layout_height="1px"
android:background="#ffffffff"
/>
</LinearLayout>



(본 포스트는 명확한 근거를 바탕으로 작성한게 아니라 테스트에 의해 작성한
포스트이므로 잘못 된 정보일 수도 있습니다.)

Posted by Tcher

2010/04/15 16:31 2010/04/15 16:31
, , ,
Response
No Trackback , 6 Comments
RSS :
http://blog.inculab.net/rss/response/46

Trackback URL : http://blog.inculab.net/trackback/46

Comments List

  1. 비밀방문자 2010/09/19 11:48 # M/D Reply Permalink

    관리자만 볼 수 있는 댓글입니다.

  2. YoungTae Kim 2011/02/16 16:54 # M/D Reply Permalink

    inculde를 받는 상위 view에서
    android:orientation="vertical" 값을 설정해도 되는 듯 합니다.
    default값이 horizontal라~ 삽질 유도 ㅋㅋㅋ

  3. 아래 2011/04/19 18:28 # M/D Reply Permalink

    의 왼쪽 마진을 주었지

  4. HEHE 2011/05/06 18:05 # M/D Reply Permalink

    생각대로 동작하지 않더군요.

  5. Ugg boots uk 2011/11/13 19:20 # M/D Reply Permalink

    저렴한 UGG 부츠 영국, 저렴한 가격, 빠른 무료 배송 및 안전 쇼핑의 모든 ugg 부츠 영국 판매 UGG 부츠 영국 온라인 스토어 제공 범위.

  6. GHD Straighteners 2011/12/02 18:50 # M/D Reply Permalink

    We met at the wrong timehttp://www.louboutinie.net
    but separated at theright timehttp://www.monclerjacket-sale.net
    The most urgent is to http://www.uggbootsale2uk.com
    take the most beautifulhttp://www.ghdstraighteners2au.com
    scenerythe http://www.ghds-straightener.net
    deepest wound http://www.ukugg-boots.com
    was the most real http://www.ghdstraighteners2au.net/
    emotionshttp://www.uggboots4uk.co.uk

Leave a comment
[로그인][오픈아이디란?]
« Previous : 1 : ... 4 : 5 : 6 : 7 : 8 : 9 : 10 : 11 : 12 : ... 47 : Next »

블로그 이미지

- Tcher

Notices

Site Stats

Total hits:
84625
Today:
61
Yesterday:
91