人脸检测UI
This commit is contained in:
6
app/src/main/res/drawable/bg_bottom_gradient.xml
Normal file
6
app/src/main/res/drawable/bg_bottom_gradient.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:startColor="#00000000"
|
||||
android:endColor="#E0000000"
|
||||
android:angle="90" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user