Lightning browser with I2P configuration
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.
|
|
|
<?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="?toolbarSettingsBackground"
|
|
|
|
android:elevation="2dp"
|
|
|
|
android:minHeight="?attr/actionBarSize"
|
|
|
|
custom:contentInsetEnd="0dp"
|
|
|
|
custom:contentInsetStart="0dp" />
|