You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
464 B
10 lines
464 B
<?xml version="1.0" encoding="utf-8"?> |
|
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android" |
|
xmlns:custom="http://schemas.android.com/apk/res-auto" |
|
android:id="@+id/toolbar" |
|
android:layout_width="match_parent" |
|
android:layout_height="?attr/actionBarSize" |
|
android:background="?colorPrimary" |
|
android:minHeight="?attr/actionBarSize" |
|
custom:contentInsetEnd="0dp" |
|
custom:contentInsetStart="0dp" />
|
|
|