#Android# UI 라이브러리 모음 Android를 개발하면서 필요한 UI 라이브러리 모음 https://github.com/wasabeef/awesome-android-ui 2015. 10. 29. #커스텀다이얼로그# 띄워봅시다! 1234567891011121314151617181920212223242526272829303132333435Context mContext = getApplicationContext(); LayoutInflater inflater = (LayoutInflater) mContext .getSystemService(LAYOUT_INFLATER_SERVICE); View layout = inflater.inflate(R.layout.activity_send_user_message, (ViewGroup) findViewById(R.id.layout_root)); AlertDialog.Builder aDialog = new AlertDialog.Builder( CRSMainActivity.this); aDialo.. 2015. 6. 2. 이전 1 다음