mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-08 15:57:29 +00:00
9 lines
403 B
XML
Executable File
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> |