そのため、ActionBarSherlockライブラリを使用して実装したActionbarのタブのスタイルを設定しようとしています。これは私のコードです:
<style name="Theme.AndroidDevelopers" parent="Theme.Sherlock.Light.ForceOverflow">
<item name="actionBarTabStyle">@style/CustomActionBarStyle</item>
<item name="android:actionBarTabStyle">@style/CustomActionBarStyle</item>
<style name="CustomActionBarStyle" parent="Widget.Sherlock.Light.ActionBar.TabBar">
<item name="android:background">@drawable/actionbar_tab_bg</item>
</style>
2行目と3行目で、actionBarTabStyleをactionBarStyleに変更すると、アクションバー自体が目的のスタイルに変更されるため(もちろん、あまりうまくいきません)、接続は機能します。ただし、アクションバーのタブ(その下)を変更しようとしても、成功しません。
誰かが私を助けてくれることを願っています。
よろしく、