Reputation: 91
What views could I use in Android Studio to make this view on my app?
Upvotes: 0
Views: 46
Reputation: 505
This is called TabLayout
in android
But android provides very basic design of TabLayout
, you have to customize the design according to your needs
https://www.androidhive.info/2015/09/android-material-design-working-with-tabs/ https://www.simplifiedcoding.net/android-tablayout-example-using-viewpager-fragments/ https://guides.codepath.com/android/google-play-style-tabs-using-tablayout https://medium.com/nerd-for-tech/how-to-create-custom-tab-layout-in-android-android-studio-java-83e87eb837ad
Upvotes: 2