android.support.v7.widget.Toolbar无法正常运行

http://img3.mukewang.com/60a473d00001834407190434.jpg

如您所愿,工具栏未在“设计”部分正确显示。它的大小是不可改变的。为它设置的属性不会显示在设计字段中。属性,例如background,color和...


xml代码:


<?xml version="1.0" encoding="utf-8"?>

<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"

    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=".MainActivity">


    <android.support.v7.widget.Toolbar

        android:id="@+id/toolbar2"

        android:layout_width="368dp"

        android:layout_height="wrap_content"

        android:background="?attr/colorPrimary"

        android:minHeight="?attr/actionBarSize"

        android:theme="?attr/actionBarTheme"

        tools:layout_editor_absoluteX="8dp"

        tools:layout_editor_absoluteY="49dp" />


</android.support.constraint.ConstraintLayout>


UYOU
浏览 372回答 2
2回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java