我有什麼辦法可以減少標題文本和TabLayout
圖標之間的距離,就像Google plus中圖標和文本標題至少沒有距離一樣。我已經搜查過,但至今仍無法找到。調整Tablayout標題文本和圖標之間的高度
EDITED
這是我如何設置的圖標和標題:
tabLayout.getTabAt(3).setIcon(R.drawable.ic_more_horiz_white_24dp);
tabLayout.getTabAt(3).setText("More");
這是我TabLayout
:
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabIndicatorColor="@color/white"
app:tabIndicatorHeight="2dp"
app:tabTextAppearance="?android:attr/textAppearanceSmall"
/>
您是否使用TabLayout的任何自定義佈局? – Nikhil
您是否找到了解決方案? – Merian
你有沒有找到這方面的解決方案? –