人脸采集代码提交
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:width="1920dp"
|
||||
android:height="1080dp"
|
||||
android:drawable="@drawable/bg_collect_page" />
|
||||
<item
|
||||
android:width="1920dp"
|
||||
android:height="270dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="#D00D269F" />
|
||||
</shape>
|
||||
</item>
|
||||
<item
|
||||
android:width="1920dp"
|
||||
android:height="810dp"
|
||||
android:top="270dp">
|
||||
<shape android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:endColor="#99407ACA"
|
||||
android:startColor="#D00D269F"
|
||||
android:type="linear"
|
||||
android:useLevel="false" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user