用于android 4.4的标签和半透明状态栏/导航问题

时间:2013-12-30 15:34:27

标签: android statusbar android-4.4-kitkat

我想将半透明状态栏和导航添加到我的应用程序(对于kitkat),并且在大多数地方都可以正常运行。

我的主题是:

    <item name="android:windowTranslucentNavigation">true</item>
    <item name="android:windowTranslucentStatus">true</item>

在我的布局中我有android:fitsSystemWindows="true"

对于正常活动,这种方法很好,但我有两个麻烦的活动。 - &GT;内容显示在状态栏和我的操作栏后面。

其中一个是PreferenceActivity我通过添加findViewById(android.R.id.list).setFitsSystemWindows(true);

来修复它

第二个是ActionBar.NAVIGATION_MODE_TABS的活动,我找不到setFitsSystemWindows(true)来电的正确定位。

我尝试使用findViewById(android.R.id.content)findViewById(android.R.id.tabcontent)。我还尝试将xml属性添加到我的片段的布局中,但没有成功。

1 个答案:

答案 0 :(得分:2)

在工具栏上添加25 dp paddingTop