新建刷脸成功页面
This commit is contained in:
parent
40d344e245
commit
d78ec09c04
@ -0,0 +1,25 @@
|
|||||||
|
package com.arpa.hndahesudintocctmsdriver.ui.auth;
|
||||||
|
|
||||||
|
import android.os.Bundle;
|
||||||
|
|
||||||
|
import androidx.annotation.Nullable;
|
||||||
|
|
||||||
|
import com.arpa.hndahesudintocctmsdriver.R;
|
||||||
|
import com.arpa.hndahesudintocctmsdriver.util.statusbar.StateStyleUtil;
|
||||||
|
import com.arpa.hndahesudintocctmsdriver.util.view.BaseAppCompatActivity;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @ClassName FaceSuccActivity
|
||||||
|
* @Author john
|
||||||
|
* @Date 2024/12/2 10:27
|
||||||
|
* @Description TODO
|
||||||
|
*/
|
||||||
|
public class FaceSuccActivity extends BaseAppCompatActivity {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void onCreate(@Nullable Bundle savedInstanceState) {
|
||||||
|
super.onCreate(savedInstanceState);
|
||||||
|
StateStyleUtil.stateTextColor(this);
|
||||||
|
setContentView(R.layout.activity_auth_qualification);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user