0

私はこのカスタムタブウィジェットを持っています..カスタマイズする前に、デフォルトで各タブの間にカスタム区切り文字があります..

カスタムの背景がありますが、まだ表示されるようにする方法はありますか?

これは私のXMLです:

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

<item android:drawable="@drawable/footer_overbg" android:state_pressed="true"/>
<item android:drawable="@drawable/footer_overbg" android:state_focused="true"/>
<item android:drawable="@drawable/footer_overbg" android:state_selected="true"/>    
<item android:drawable="@drawable/footer_bg"/>

</selector> 
4

1 に答える 1