Merge pull request #232 from Skyluker4/AutoplayVideoBackground

Autoplay video background
This commit is contained in:
Docile-Alligator
2020-12-29 17:02:58 +08:00
committed by GitHub
4 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<solid
android:color="#80000000" />
<corners
android:topLeftRadius="16dp"
android:topRightRadius="16dp" />
</shape>