Tweak the video autoplay control UI. Set show_timeout to 1s to video autoplay control UI.

This commit is contained in:
Alex Ning
2021-08-26 20:27:19 +08:00
parent 79a7e0f6f6
commit e8386b0c4a
6 changed files with 73 additions and 43 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="#40000000" />
<corners
android:topLeftRadius="16dp"
android:topRightRadius="16dp" />
</shape>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval" >
<size android:width="16dp" android:height="16dp"/>
<solid
android:color="#40000000" />
</shape>