ViewPager Fragments之间神秘的分隔线?

时间:2016-09-23 11:33:10

标签: java android android-fragments android-viewpager material-design

我一直在设计一个小应用程序,而且我很擅长使用ViewPager。

当特定片段(星期二和星期三,星期日和星期一)之间转换时,我有时会看到这个灰色边框显然无处可见。我希望有人可以告诉我如何删除它?

这是border I was talking about

这是样式的XML文件:

<resources>
<!--Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
    <!-- Customize your theme here. -->
    <item name="colorPrimary">@color/colorPrimary</item>
    <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
    <item name="colorAccent">@color/colorAccent</item>
    <item name="android:windowContentOverlay">@null</item>
    <item name="android:actionBarStyle">@style/DowningBarStyle</item>
</style>
<style name="DowningBarStyle"     parent="style/Widget.AppCompat.Light.ActionBar.Solid.Inverse">
    <item name="elevation">0dp</item>
</style>
</resources>

非常感谢所有帮助,如果我的代码的任何其他代码段有用,我会在需要时发布它们。

1 个答案:

答案 0 :(得分:0)

如果您使用listview或微调器来填充一天的数据,请尝试添加

android:scrollbars =“none”。