=================================
=================================
=================================
res -> layout -> cgamedlg.xml
class Game extends AlertDialog
{
...
protected Game(Context context) {
super(context);
// TODO Auto-generated constructor stub
init(context);
}
void init(Context context)
{
final LinearLayout linear = (LinearLayout) View.inflate(context, R.layout.cgamedlg, null);
setView(linear);
}
......
}
=================================
=================================
=================================
'스마트기기개발관련 > 안드로이드 개발' 카테고리의 다른 글
안드로이드 아이콘 사이즈 관련 (0) | 2011.07.13 |
---|---|
안드로이드 버전정보 추출!! (0) | 2011.07.13 |
안드로이드 TextView 글자가 영역을 넘을경우 효과 관련 (0) | 2011.07.11 |
안드로이드 리스트 구분 선 색깔,크기 바꾸기 관련 (0) | 2011.07.07 |
안드로이드 EditText 패스워드 모드 (0) | 2011.07.06 |
댓글 영역