java - 工具栏和设置栏之间的小空白

标签 java android xml android-layout toolbar

我有一个无法解决的奇怪问题,我的设置栏和工具栏之间有一点间距,watch here

我的工具栏 xml:

<android.support.v7.widget.Toolbar
    android:id="@+id/my_toolbar"
    android:layout_width="match_parent"
    android:layout_height="?attr/actionBarSize"
    android:background="?attr/colorPrimary"
    android:elevation="4dp"
    android:theme="@style/ThemeOverlay.AppCompat.ActionBar"
    app:popupTheme="@style/ThemeOverlay.AppCompat.Light"/>

我这样调用它:

工具栏 myToolbar = (Toolbar) findViewById(R.id.my_toolbar); setSupportActionBar(myToolbar);

所有 Acitivity XML(将我所有的代码放在外部文件中并包含它)

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:fitsSystemWindows="true"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.example.afcosta.inesctec.pt.android.FamilyLibrary"
    android:paddingTop="6dp">


    <android.support.design.widget.FloatingActionButton
        android:id="@+id/fab"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="bottom|end"
        android:layout_margin="@dimen/fab_margin"
        app:srcCompat="@android:drawable/ic_menu_camera"
        app:backgroundTint="#f1c40f"
        tools:layout_constraintRight_creator="1"
        tools:layout_constraintBottom_creator="1"
        app:layout_constraintBottom_toBottomOf="parent"
        android:layout_marginEnd="37dp"
        app:layout_constraintRight_toRightOf="parent"
        android:layout_marginBottom="33dp" />

    <android.support.v7.widget.RecyclerView
        android:id="@+id/gallery"
        android:layout_width="0dp"
        android:layout_height="562dp"
        tools:layout_constraintTop_creator="1"
        tools:layout_constraintRight_creator="1"
        android:layout_marginStart="8dp"
        android:layout_marginEnd="8dp"
        app:layout_constraintRight_toRightOf="parent"
        android:layout_marginTop="97dp"
        tools:layout_constraintLeft_creator="1"
        app:layout_constraintLeft_toLeftOf="parent"
        app:layout_constraintTop_toTopOf="parent" />

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


    <TextView
        android:id="@+id/textView3"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Familias"
        android:textAppearance="@style/TextAppearance.AppCompat.Body1"
        tools:layout_constraintBottom_creator="1"
        app:layout_constraintBottom_toTopOf="@+id/gallery"
        android:layout_marginStart="8dp"
        tools:layout_constraintLeft_creator="1"
        android:layout_marginBottom="15dp"
        app:layout_constraintLeft_toLeftOf="parent"
        android:textSize="24dp"/>

</android.support.constraint.ConstraintLayout>

它出现了,但是那个奇怪的空白很烦人:/

最佳答案

您必须从 ConstraintLayout 中删除填充:

  android:paddingTop="6dp"

关于java - 工具栏和设置栏之间的小空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44267720/

相关文章:

android - 无法膨胀 ColorStateList,将其留给框架 java.lang.UnsupportedOperationException : Can't convert to color: type=0x2

sql-server - 在 SQL 中从 XML 中获取值时添加分隔符

java - AES加密测试(android)

android顺序补间动画

java - 如何从天数转换为天数、周数、月数、年数(以每日储蓄计)

android - 有没有办法在代码中知道应用程序在 Android 上的下载位置

Java 模型映射器 : map DTO to EmbeddedId entity class

java - 使用 izpack 从 jar 生成 exe

java - 如何将请求从servlet 转发到struts2 的action?

java - Android 中的共享元素转换