2015년 12월 10일 목요일

[android]사용자 정의 객체를 xml 에 지정하기

public class BackButtonFocusOutEditText extends EditText {

/*private OnBackPressListener _listener;*/



public BackButtonFocusOutEditText(Context context, AttributeSet attrs) {

super(context, attrs);
// TODO Auto-generated constructor stub
}


EditText 객체를 생성하고 생성자를 AttributeSet 인자를 받는거로 셋팅하고




<home.et.AutoCallManager.BackButtonFocusOutEditText android:id="@+id/edit_phone_name_edt"
            android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:hint="@string/edit_phone_name_edt"
        android:inputType="text"
        android:layout_weight="20"/>

위와 같은방법으로 작성하면 된다.

댓글 없음:

댓글 쓰기

[oracle]백업및 복구

[oracle]백업및 복구 오라클 덤프 백업및 복구 윈도우 서버 기반 간단 정리 --디렉터리 조회 sqlplus 또는 dbtool 입력시작 SELECT * FROM DBA_DIRECTORIES ; --D:...