23 lines
711 B
XML
23 lines
711 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<View
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/cheque_description"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/cheque_footer_text"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="24dp"
|
|
style="@style/2132017674"/>
|
|
</LinearLayout>
|