23 lines
736 B
XML
23 lines
736 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#7631c1"
|
|
layout_width="match_parent"
|
|
layout_height="?attr/actionBarSize"
|
|
paddingEnd="16dp">
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/title_text_view"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_centerInParent="true"
|
|
style="@style/2132017994"/>
|
|
<ImageView
|
|
id="@+id/close_button"
|
|
layout_width="30dp"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_close_white_24dp"
|
|
adjustViewBounds="true"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"/>
|
|
</RelativeLayout>
|