2010년 4월 28일 수요일

키보드 강제로 안보이게 하기 코드

// 키보드 강제로 안보이게 하기 코드
private void closeSoftKeyboard() {
InputMethodManager inputMethodManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
inputMethodManager.hideSoftInputFromWindow(txtCompose.getWindowToken(), 0);
}

2010년 4월 27일 화요일



android:id = "@+id/fileinfo_dialog"
android:layout_width = "fill_parent"
android:layout_height = "fill_parent"
android:gravity = "center"
android:background="#a0000000">


android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:orientation="vertical">

android:layout_height = "wrap_content"
android:layout_width = "wrap_content"
android:typeface = "sans"
android:textSize = "28px"
android:textColor = "#ffffff"
android:text = "@string/cardDel_message"/>
android:layout_width="wrap_content"
android:layout_height="20px"
android:orientation="horizontal"/>
android:layout_width="wrap_content"
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_width="10px"
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에 대한 설명이 잘 되있습니다.^^*

2008년 9월 19일 금요일