Add icons to VideoDetailFragment tab layout for better accessibility

This commit is contained in:
Stypox 2020-12-08 21:47:02 +01:00
parent 8a4783f97b
commit 923a68beaf
10 changed files with 71 additions and 59 deletions

View file

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