0

我没有使用 Tabhost(我不想),我已经尝试了一切:

这是我的操作栏,我正在使用带有深色操作栏的全息灯

actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);

我尝试使用这个有用的网站但没有成功。

我也试过不成功

actionBar.setStackedBackgroundDrawable(new      ColorDrawable(getResources().getColor(R.color.color_brown_dark)));

这是我的styles.xml

 <style name="AppBaseTheme" parent="android:Theme.Light">
    <!--
        Theme customizations available in newer API levels can go in
        res/values-vXX/styles.xml, while customizations related to
        backward-compatibility can go here.
    -->
    <item name="android:actionBarStyle">@style/Lemonbar</item>
</style>

<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
    <!-- All customizations that are NOT specific to a particular API-level can go here. -->

</style>

Lemonbar 是覆盖 Theme.Holo.Light.DarkActionBar 的样式,它是使用 android 动作栏样式生成器创建的。当我启动应用程序时,操作栏仍然和以前一样,就像没有应用新样式一样

4

2 回答 2

1

尝试为此使用谷歌指南

于 2013-09-17T08:42:57.807 回答
0

它被称为标签指示器。许多人发现这个android 的开发指南很有用。

于 2013-09-17T08:44:01.960 回答