improved fling behavior, added tab indicator dots, added next video in related videos
This commit is contained in:
parent
cf3e53eb71
commit
9fc38b5bb8
14 changed files with 313 additions and 59 deletions
8
app/src/main/res/drawable/tab_selector.xml
Normal file
8
app/src/main/res/drawable/tab_selector.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:drawable="@drawable/selected_dot"
|
||||
android:state_selected="true"/>
|
||||
|
||||
<item android:drawable="@drawable/default_dot"/>
|
||||
</selector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue