17 lines
549 B
XML
17 lines
549 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
gravity="center_vertical"
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_container"
|
||
|
background="@drawable/shape_gray_rounded_rectangle"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="56dp">
|
||
|
<TextView
|
||
|
id="@+id/tv_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017881"/>
|
||
|
</LinearLayout>
|