// 키보드 강제로 안보이게 하기 코드
private void closeSoftKeyboard() {
InputMethodManager inputMethodManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
inputMethodManager.hideSoftInputFromWindow(txtCompose.getWindowToken(), 0);
}
2010년 4월 28일 수요일
2010년 4월 27일 화요일
android:layout_width = "fill_parent"
android:layout_height = "fill_parent"
android:gravity = "center"
android:background="#a0000000">
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:orientation="vertical">
android:layout_width = "wrap_content"
android:typeface = "sans"
android:textSize = "28px"
android:textColor = "#ffffff"
android:text = "@string/cardDel_message"/>
android:layout_height="20px"
android:orientation="horizontal"/>
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|center_horizontal"
android:orientation="horizontal">
android:id = "@+id/ok_button"
android:layout_gravity="center_horizontal"
android:layout_width = "wrap_content"
android:layout_height = "wrap_content"
android:background = "@drawable/btn_alternative_yes_dialog"/>
android:layout_height="wrap_content"
android:orientation="horizontal"/>
android:id = "@+id/cancle_button"
android:layout_gravity="center_horizontal"
android:layout_width = "wrap_content"
android:layout_height = "wrap_content"
android:background = "@drawable/btn_alternative_no_dialog"/>
2010년 4월 19일 월요일
AndroidManifest.xml
http://nuninaya.tistory.com/trackback/556
http://nuninaya.tistory.com/trackback/556
AndroidManifest.xml에 대한 설명이 잘 되있습니다.^^*
http://nuninaya.tistory.com/trackback/556
AndroidManifest.xml에 대한 설명이 잘 되있습니다.^^*
피드 구독하기:
글 (Atom)