BarInsta/app/src/main/res/layout/layout_include_toolbar.xml

9 lines
403 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?actionBarSize"
android:background="@null"
app:title="@string/app_name">
</androidx.appcompat.widget.Toolbar>