| | |
| | | package com.basic.security.fragment; |
| | | |
| | | import android.graphics.Bitmap; |
| | | import android.graphics.BitmapFactory; |
| | | import android.view.View; |
| | | import android.widget.Button; |
| | | import android.widget.ImageView; |
| | | |
| | |
| | | import org.androidannotations.annotations.ViewById; |
| | | |
| | | import java.io.ByteArrayOutputStream; |
| | | import java.io.File; |
| | | |
| | | |
| | | @EFragment(R.layout.fragment_su_auto_ic_wait_idcard) |
| | | public class SuAutoIcWaitIdcardFragment extends BaseFragment { |
| | | public class SuAutoIcWaitIdcardFragment extends BaseFragment { |
| | | |
| | | |
| | | @ViewById |
| | | public ImageView camera_image_view; |
| | | @ViewById |
| | | Button testbtn; |
| | | |
| | | // @ViewById |
| | | // View wait_id_card_toast, id_card_message_layout; |
| | | |
| | | @Override |
| | | public void show() { |
| | |
| | | camera_image_view.setImageBitmap(faceBitmap); |
| | | } |
| | | } |
| | | |
| | | // @ViewById |
| | | // View wait_id_card_toast, id_card_message_layout; |
| | | |
| | | |
| | | @ViewById |
| | | Button testbtn; |
| | | |
| | | @Click |
| | | void testbtn() { |