我在我的应用程序中使用
android.support.v4.view.PagerTabStrip.
这是我使用tabIndicator的方法
PagerTabStrip pagerTabStrip = (PagerTabStrip) findViewById(R.id.pager_title_strip); pagerTabStrip.setDrawFullUnderline(true); pagerTabStrip.setTabIndicatorColor(Color.parseColor("#32CD32"));
我的tabIndicator的高度非常小.如何设置/增加谷歌游戏的高度?
解决方法
Google Play商店使用自定义实施,而不是提供的PagerTabStrip.如果您想模仿Google Play商店的外观,可以使用现有的库,例如
Pager Sliding TabStrip,用于模拟Google Play商店的行为.