我想将半透明状态栏和导航添加到我的应用程序(对于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属性添加到我的片段的布局中,但没有成功。
答案 0 :(得分:2)
在工具栏上添加25 dp paddingTop