Created
November 30, 2020 18:48
-
-
Save charles-silva/61ed997175b5676f2b29002c847ae63f to your computer and use it in GitHub Desktop.
Diminuir tamanho dos espaços Toolbar #Android #Toolbar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<android.support.v7.widget.Toolbar | |
android:id="@+id/toolbar_repor" | |
android:layout_width="match_parent" | |
android:layout_height="?actionBarSize" | |
android:background="?colorPrimary" | |
android:contentInsetStart="0dp" | |
android:minHeight="?attr/actionBarSize" | |
android:theme="@style/ThemeOverlay.AppCompat.ActionBar" | |
app:contentInsetLeft="0dp" | |
app:contentInsetStart="0dp" | |
app:contentInsetStartWithNavigation="0dp"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment