59 lines
1.9 KiB
XML
59 lines
1.9 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/title_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="15dp"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017871"/>
|
||
|
<LinearLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginBottom="15dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp">
|
||
|
<ImageView
|
||
|
id="@+id/image_chubb"
|
||
|
background="#c9c6cd"
|
||
|
layout_width="80dp"
|
||
|
layout_height="80dp"/>
|
||
|
<LinearLayout
|
||
|
gravity="right"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/header_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017881"/>
|
||
|
<TextView
|
||
|
gravity="right"
|
||
|
id="@+id/description_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="20dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
id="@+id/divider"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132018228"/>
|
||
|
</LinearLayout>
|