|
|
@@ -8,7 +8,6 @@ import android.support.v4.app.FragmentActivity;
|
|
|
import android.view.LayoutInflater;
|
|
|
import android.view.View;
|
|
|
import android.widget.FrameLayout;
|
|
|
-import android.widget.ImageView;
|
|
|
|
|
|
import kr.co.zumo.app.R;
|
|
|
import kr.co.zumo.app.lifeplus.view.Event;
|
|
|
@@ -209,11 +208,11 @@ public class Tutorial {
|
|
|
View firstView = inflater.inflate(R.layout.tutorial_bucket_list_tag, null);
|
|
|
ConstraintLayout bubble1 = firstView.findViewById(R.id.tutorial_bucket_list_tag1);
|
|
|
ConstraintLayout bubble2 = firstView.findViewById(R.id.tutorial_bucket_list_tag2);
|
|
|
- ImageView trashIcon1 = firstView.findViewById(R.id.image_trash);
|
|
|
+ //ImageView trashIcon1 = firstView.findViewById(R.id.image_trash);
|
|
|
|
|
|
View secondView = inflater.inflate(R.layout.tutorial_bucket_list_update, null);
|
|
|
ConstraintLayout bubble3 = secondView.findViewById(R.id.tutorial_bucket_list_success);
|
|
|
- ImageView trashIcon2 = secondView.findViewById(R.id.imageView7);
|
|
|
+ // ImageView trashIcon2 = secondView.findViewById(R.id.imageView7);
|
|
|
/**
|
|
|
* API 23이하 버전 실행시 레이아웃 조정
|
|
|
* API 19 기기 테스트 결과 레이아웃에 잘 반영되지않아 주석처리
|