gpt4 book ai didi

android - 工具栏和选项卡之间的线 - Android 5

转载 作者:太空狗 更新时间:2023-10-29 15:38:09 26 4
gpt4 key购买 nike

我的工具栏和选项卡之间有一条线,我不知道为什么,因为如果我的应用程序在另一部装有 Android 4.* 的智能手机上执行,那条线就会消失...

我正在使用带有选项卡的工具栏,我正在使用来自 Google 的 SlidingTabLayout 和 SlidingTabStrip...

我不知道是否有一些重要信息要说,但如果您需要了解更多信息,请告诉我...

谢谢

编辑:这里有一张关于这个的照片......

enter image description here

这是 Activity 的布局:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="es.alejandrolora.devhub.activitys.VideosCommentsActivity">

<include
android:id="@+id/toolbar"
layout="@layout/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content" />

<es.alejandrolora.devhub.Util.SlidingTabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/colorPrimary"
android:elevation="2dp" />

<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1" />

最佳答案

我在摩托罗拉 G2 上的 Android 5.0.2 中尝试了我的应用程序,但该行不可见,但在我的 Nexus 5 版本 (5.1) 中,它是可见的,但我解决了问题...

我只需要删除这个属性:

android:elevation="2dp"

谢谢

关于android - 工具栏和选项卡之间的线 - Android 5,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29877814/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com