我只想从第一个标签动态删除默认填充。我该怎么做到。
<android.support.design.widget.TabLayout
android:id="@+id/toolbar_tablayout"
android:layout_width="match_parent"
android:layout_height="@dimen/tab_layout_height"
android:layout_below="@+id/toolbar_univadis"
android:background="@color/white"
android:visibility="gone"
app:tabBackground="@android:color/transparent"
app:tabIndicatorHeight="0dp"
app:tabMinWidth="0dp"
app:tabMode="scrollable"
app:tabSelectedTextColor="@color/white"
app:tabTextColor="@color/label_section_text_color" />