如何减少我的工具栏的填充

时间:2016-01-11 05:50:25

标签: android-studio margin padding android-toolbar

美好的一天,你能帮助我吗?

我在工具栏上添加了图标,问题是,它占用了太多空间。

ToolBar

我怎样才能减少它们?看起来像下面的这个 enter image description here

minTarget是 - 15到23岁。

这是我的代码:

<android.support.v7.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:elevation="4dp"
android:layout_margin="0dp"
android:padding="0dp"

android:minHeight="?android:attr/actionBarSize"
android:background="@color/colorPrimary"
app:layout_scrollFlags="scroll|enterAlways"
app:contentInsetLeft="0dp"
app:contentInsetStart="0dp" />

0 个答案:

没有答案