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:
Mauricio Colli 2017-03-09 04:42:40 -03:00
parent abff1f537b
commit a37d8f083a
24 changed files with 1422 additions and 51 deletions

View 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>