
Add a tab menu on the bottom of the screen that can switch between all fragments on the ViewPager.
10 lines
No EOL
426 B
XML
10 lines
No EOL
426 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:tint="?android:attr/colorPrimary">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M12,3v10.55c-0.59,-0.34 -1.27,-0.55 -2,-0.55 -2.21,0 -4,1.79 -4,4s1.79,4 4,4 4,-1.79 4,-4V7h4V3h-6z" />
|
|
</vector> |