mirror of
https://github.com/Aviortheking/CA-Mad-Rental.git
synced 2025-05-21 00:29:55 +00:00
18 lines
549 B
XML
18 lines
549 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.widget.Toolbar
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="#123459"
|
|
android:id="@+id/toolbar">
|
|
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="World Visit"
|
|
android:textSize="23sp"
|
|
android:textColor="@color/white">
|
|
</TextView>
|
|
|
|
</android.support.v7.widget.Toolbar> |