Implement fullscreen and quality selector
- Implement cache - Abstract player - Quality selector - Fullscreen switcher - Change some drawables
This commit is contained in:
parent
83d2ab95e0
commit
b43c56085d
55 changed files with 2397 additions and 1093 deletions
|
|
@ -1,8 +1,7 @@
|
|||
<?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:startColor="#8c000000"
|
||||
android:endColor="#00000000"
|
||||
android:angle="90"
|
||||
/>
|
||||
8
app/src/main/res/drawable/player_top_controls_bg.xml
Normal file
8
app/src/main/res/drawable/player_top_controls_bg.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:startColor="#8c000000"
|
||||
android:endColor="#00000000"
|
||||
android:angle="-90"
|
||||
/>
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue