결과화면
// CustomToastDemo.java
package com.example.hellow; import android.app.Activity; public class CustomToastDemo extends Activity{ Button show = (Button)findViewById(R.id.showToast);
|
// custom_toast.xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <Button </LinearLayout>
--------------------------------------------------------------------------------------------------
// toast1.xml
<?xml version="1.0" encoding="utf-8"?> <ImageView </LinearLayout> |
'2020년도 이전 > [WebSig] Android' 카테고리의 다른 글
Dialog Demo - Dialog 연습 (0) | 2013.08.20 |
---|---|
NotificationManager - 상태바 (0) | 2013.08.19 |
Asset Demo - 안드로이드에서 txt 파일 읽어오기 (0) | 2013.08.19 |
Font Demo - 안드로이드 폰트 적용하기 (0) | 2013.08.19 |
style(스타일) 적용 및 theme(테마) 적용 (0) | 2013.08.16 |