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.
12 lines
492 B
12 lines
492 B
10 years ago
|
<?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"
|
||
|
android:elevation="2dp"
|
||
|
custom:contentInsetEnd="0dp"
|
||
|
custom:contentInsetStart="0dp" />
|