【发布时间】:2016-07-01 02:54:57
【问题描述】:
我想让我的工具栏透明但不知道怎么做? `
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
app:theme="@style/TransparentToolbar"
android:background="@android:color/transparent">
</android.support.v7.widget.Toolbar>
【问题讨论】:
标签: android