0
我正在使用SmartTabLayout,我想要禁用和一些灰色方形背景,當我單擊或選擇選項卡時。SmartTabLayout點擊紋波效果
我將此代碼添加到我的XML,但仍然沒有奏效:
app:tabBackground="?attr/transparentColor"
android:background="?attr/transparentColor"
我試過this solution,但沒有工作過。
任何想法? 這是我的xml:
<com.ogaclejapan.smarttablayout.SmartTabLayout
android:id="@+id/viewpagertab"
android:layout_width="match_parent"
android:layout_height="@dimen/tab_height"
app:tabBackground="@android:color/transparent"
android:background="@android:color/transparent"
app:stl_indicatorAlwaysInCenter="false"
app:stl_indicatorWithoutPadding="false"
app:stl_indicatorInFront="false"
app:stl_indicatorInterpolation="smart"
app:stl_indicatorGravity="bottom"
app:stl_indicatorColor="#40C4FF"
app:stl_indicatorThickness="2dp"
app:stl_indicatorWidth="auto"
app:stl_underlineColor="@android:color/transparent"
app:stl_underlineThickness="1dp"
app:stl_dividerColor="@android:color/transparent"
app:stl_dividerThickness="1dp"
app:stl_indicatorCornerRadius="2dp"
app:stl_defaultTabTextAllCaps="true"
app:stl_defaultTabTextColor="#FC000000"
app:stl_defaultTabTextSize="14sp"
app:stl_defaultTabTextHorizontalPadding="16dp"
app:stl_defaultTabTextMinWidth="0dp"
app:stl_distributeEvenly="false"
app:stl_clickable="true"
app:stl_titleOffset="24dp"
app:stl_drawDecorationAfterTab="false" />
我已經嘗試過'android:clickable =「true」'但沒有工作 – jemsnaban
如果是這種情況,您可能想向圖書館作者報告問題或增強功能。 – kenix
是的,我已提交此問題並等待答案:) – jemsnaban