| | |
| | | |
| | | import com.basic.security.R; |
| | | import com.basic.security.base.BaseFragment; |
| | | import com.basic.security.utils.ToastUtil; |
| | | |
| | | import org.androidannotations.annotations.CheckedChange; |
| | | import org.androidannotations.annotations.Click; |
| | | import org.androidannotations.annotations.EFragment; |
| | | import org.androidannotations.annotations.ViewById; |
| | |
| | | @EFragment(R.layout.fragment_hint_tab) |
| | | public class HintTabFragment extends BaseFragment { |
| | | @ViewById |
| | | public RadioButton wait_face_station, sign_up_station, verify_station; |
| | | public RadioButton wait_face_station, sign_up_station, verify_station; |
| | | |
| | | @Override |
| | | public void show() { |
| | | super.show(); |
| | | wait_face_station(); |
| | | |
| | | sign_up_station(); |
| | | verify_station(); |
| | | } |
| | | |
| | | @Override |