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
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<style name="RootTheme" parent="android:Theme.Holo"/>
|
||||
|
||||
<style name="PlayerTheme" parent="@style/RootTheme">
|
||||
<style name="PlayerTheme" parent="Theme.AppCompat.NoActionBar">
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:windowBackground">@android:color/black</item>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue