lightning-i2p/res/layout/toolbar.xml

11 lines
464 B
XML
Raw Normal View History

2015-01-26 18:09:27 +00:00
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
2015-01-26 18:09:27 +00:00
xmlns:custom="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
2015-01-26 18:09:27 +00:00
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?colorPrimary"
android:minHeight="?attr/actionBarSize"
custom:contentInsetEnd="0dp"
custom:contentInsetStart="0dp" />