17 lines
605 B
XML
17 lines
605 B
XML
|
<?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"
|
||
|
id="@+id/toolbar"
|
||
|
background="#00000000"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="?attr/actionBarSize"
|
||
|
elevation="2dp"
|
||
|
NOT_FOUND_0x6="0dp"
|
||
|
NOT_FOUND_0x7="1"
|
||
|
NOT_FOUND_0x8="@style/2132018115">
|
||
|
<TextView
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/title_text_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"/>
|
||
|
</androidx.appcompat.widget.Toolbar>
|