为了账号安全,请及时绑定邮箱和手机立即绑定

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

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

UYOU 2021-04-28 17:51:09
如您所愿,工具栏未在“设计”部分正确显示。它的大小是不可改变的。为它设置的属性不会显示在设计字段中。属性,例如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>
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 371 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信