mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Tweak the video autoplay control UI. Set show_timeout to 1s to video autoplay control UI.
This commit is contained in:
11
app/src/main/res/drawable/background_autoplay.xml
Normal file
11
app/src/main/res/drawable/background_autoplay.xml
Normal 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>
|
@@ -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>
|
Reference in New Issue
Block a user