Add icons to VideoDetailFragment tab layout for better accessibility
This commit is contained in:
parent
8a4783f97b
commit
923a68beaf
10 changed files with 71 additions and 59 deletions
|
|
@ -586,11 +586,10 @@
|
|||
<com.google.android.material.tabs.TabLayout
|
||||
android:id="@+id/tab_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="30dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|center"
|
||||
app:tabBackground="@drawable/tab_selector"
|
||||
app:tabGravity="center"
|
||||
app:tabIndicatorHeight="0dp" />
|
||||
app:tabIconTint="?attr/colorAccent"
|
||||
app:tabGravity="fill" />
|
||||
|
||||
</androidx.viewpager.widget.ViewPager>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue