Custon Toast Demo - xml파일을 이용해서 토스트(toast) 모양 변경하기
결과화면
// 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> |