Implement popup mode
- Add icons replay, fast_forward - Add strings - Add menu entry - Add as option to open link directly to popup mode
This commit is contained in:
parent
abff1f537b
commit
a37d8f083a
24 changed files with 1422 additions and 51 deletions
9
app/src/main/res/drawable/popup_controls_bg.xml
Normal file
9
app/src/main/res/drawable/popup_controls_bg.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:startColor="#a0000000"
|
||||
android:centerColor="#26000000"
|
||||
android:endColor="#00000000"
|
||||
android:angle="90"
|
||||
/>
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue