레이아웃 요소

1. 사용자 정의 레이아웃 요소
      1. 맨 위 에 있 는 요소 에 추가:
             xmlns:custom="http://schemas.android.com/apk/res/package_name";
      2. attrs. xml 에 사용자 정의 레이아웃 필드 를 추가 합 니 다.
 
<?xml version="1.0" encoding="UTF-8"?>
<resources>
	<declare-styleable name="custom">
	<attr name="clear" format="boolean"/>


	</declare-styleable>
</resources>

      3. 구체 적 인 요소 에서 사용자 정의 필드 사용
            custom:clear="true"
안 드 로 이 드weight 의 역할
      android:layout_weight 는 LinearLayout 가 안에 있 는 컨트롤 에 크기 를 분배 한 후에 남 은 공간의 가중치 를 말 합 니 다.

좋은 웹페이지 즐겨찾기