34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/salesheet_item_text"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_marginBottom="24dp"
|
||
|
text="SPEEDY CASH"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017849"/>
|
||
|
<ImageView
|
||
|
id="@+id/salesheet_item_next_image"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/easycash_salesheet_next"
|
||
|
layout_alignTop="@+id/salesheet_item_text"
|
||
|
layout_alignBottom="@+id/salesheet_item_text"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_marginEnd="24dp"
|
||
|
layout_alignParentEnd="true"/>
|
||
|
<View
|
||
|
id="@+id/salesheet_item_line"
|
||
|
background="#c9c6cd"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_below="@+id/salesheet_item_text"
|
||
|
layout_marginStart="16dp"/>
|
||
|
</RelativeLayout>
|