17 lines
596 B
XML
17 lines
596 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="?attr/colorPrimary"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="?attr/actionBarSize"
|
||
|
elevation="2dp"
|
||
|
NOT_FOUND_0x8="0dp">
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/title_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="match_parent"
|
||
|
lines="1"/>
|
||
|
</androidx.appcompat.widget.Toolbar>
|