562 lines
No EOL
25 KiB
XML
562 lines
No EOL
25 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/receiptScrollView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="#fff"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:paddingBottom="@dimen/activity_horizontal_margin"
|
|
android:paddingLeft="@dimen/activity_horizontal_margin"
|
|
android:paddingRight="@dimen/activity_horizontal_margin"
|
|
android:paddingTop="@dimen/activity_horizontal_margin">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="50dp"
|
|
android:layout_height="50dp"
|
|
android:layout_gravity="right">
|
|
|
|
<ImageButton
|
|
android:id="@+id/buttonSend"
|
|
android:layout_width="50dp"
|
|
android:layout_height="50dp"
|
|
android:background="@color/white"
|
|
android:src="@drawable/share_icon"
|
|
android:text="@string/email_pdf" />
|
|
|
|
<ProgressBar
|
|
android:id="@+id/progressBar"
|
|
style="?android:attr/progressBarStyleLarge"
|
|
android:layout_width="50dp"
|
|
android:layout_height="50dp"
|
|
android:layout_gravity="center"
|
|
android:indeterminateDrawable="@drawable/loader_homescreen"></ProgressBar>
|
|
</RelativeLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llall"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/edittext_bg"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/rlbuttonSend"
|
|
android:layout_width="50dp"
|
|
android:layout_height="10dp"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_alignParentRight="true"></RelativeLayout>
|
|
|
|
<ImageView
|
|
android:id="@+id/ivOtherGravatar"
|
|
android:layout_width="50dp"
|
|
android:layout_height="50dp"
|
|
android:layout_below="@+id/rlbuttonSend"
|
|
android:layout_centerInParent="true"
|
|
android:src="@drawable/default_gravatar_image" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llOtherAccount"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_below="@+id/ivOtherGravatar"
|
|
android:layout_centerInParent="true"
|
|
android:layout_marginTop="10dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/tvOtherCompany"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:text=""
|
|
android:textColor="@color/black"
|
|
android:textSize="20dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvOtherStatus"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/black"
|
|
android:textSize="18dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvOtherName"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:textColor="@color/black"
|
|
android:textSize="15dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvAddress"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:text=""
|
|
android:textColor="@color/black"
|
|
android:textSize="12dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvContact"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:text=""
|
|
android:textColor="@color/black"
|
|
android:textSize="12dp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llUserAccount"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_below="@+id/llOtherAccount"
|
|
android:layout_centerInParent="true"
|
|
android:layout_marginTop="10dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/tvUserStatus"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:textColor="@color/black"
|
|
android:textSize="18dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvUserName"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:textColor="@color/black"
|
|
android:textSize="15dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvUserId"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:textColor="@color/black"
|
|
android:textSize="13dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvTime"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_centerInParent="true"
|
|
android:gravity="center"
|
|
android:textColor="@color/black"
|
|
android:textSize="12dp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llDetailsTable"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="250dp"
|
|
android:layout_below="@+id/llUserAccount"
|
|
android:layout_marginTop="10dp"
|
|
android:orientation="vertical"
|
|
android:weightSum="5">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/simple_line"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="30dp"
|
|
android:paddingRight="30dp"
|
|
android:weightSum="3">
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="left|center"
|
|
android:text="Item 1" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="2"
|
|
android:orientation="vertical"
|
|
android:paddingTop="3dp"
|
|
android:weightSum="2">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="2"
|
|
android:gravity="center_vertical|right"
|
|
android:text="----"
|
|
android:textColor="@color/black"
|
|
android:textSize="13dp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/simple_line"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="30dp"
|
|
android:paddingRight="30dp"
|
|
android:weightSum="3">
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="left|center"
|
|
android:text="Item 2" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="2"
|
|
android:orientation="vertical"
|
|
android:paddingTop="3dp"
|
|
android:weightSum="2">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="2"
|
|
android:gravity="center_vertical|right"
|
|
android:text="----"
|
|
android:textColor="@color/black"
|
|
android:textSize="13dp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/simple_line"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="30dp"
|
|
android:paddingRight="30dp"
|
|
android:weightSum="3">
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="left|center"
|
|
android:text="@string/amount" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="2"
|
|
android:orientation="vertical"
|
|
android:paddingTop="3dp"
|
|
android:weightSum="2">
|
|
|
|
<TextView
|
|
android:id="@+id/tvAmount"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:gravity="center_vertical|right"
|
|
android:text="+1E"
|
|
android:textColor="@color/black"
|
|
android:textSize="13dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvAmountEquivalent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:gravity="clip_vertical|right"
|
|
android:text="+1E"
|
|
android:textColor="@color/black"
|
|
android:textSize="10dp" />
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/simple_line"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="30dp"
|
|
android:paddingRight="30dp"
|
|
android:weightSum="3">
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="left|center"
|
|
android:text="@string/fee_capital" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="2"
|
|
android:orientation="vertical"
|
|
android:paddingTop="3dp"
|
|
android:weightSum="2">
|
|
|
|
<TextView
|
|
android:id="@+id/tvFee"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:gravity="center_vertical|right"
|
|
android:text="+1E"
|
|
android:textColor="@color/black"
|
|
android:textSize="13dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvFeeEquivalent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:gravity="clip_vertical|right"
|
|
android:text="+1E"
|
|
android:textColor="@color/black"
|
|
android:textSize="10dp" />
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/simple_line"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="30dp"
|
|
android:paddingRight="30dp"
|
|
android:weightSum="3">
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="left|center"
|
|
android:text="@string/total" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="2"
|
|
android:orientation="vertical"
|
|
android:paddingTop="3dp"
|
|
android:weightSum="2">
|
|
|
|
<TextView
|
|
android:id="@+id/tvTotal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:gravity="center_vertical|right"
|
|
android:text="+1E"
|
|
android:textColor="@color/black"
|
|
android:textSize="13dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvTotalEquivalent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:gravity="clip_vertical|right"
|
|
android:text="+1E"
|
|
android:textColor="@color/black"
|
|
android:textSize="10dp" />
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llPaymentMethod"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@+id/llDetailsTable"
|
|
android:layout_marginTop="10dp"
|
|
android:orientation="vertical"
|
|
android:paddingLeft="30dp"
|
|
android:paddingRight="30dp"
|
|
android:weightSum="3">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:text="@string/payment_method" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="30sp"
|
|
android:gravity="left|center"
|
|
android:text=" : " />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="2"
|
|
android:orientation="vertical"
|
|
android:weightSum="3">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="3"
|
|
android:weightSum="3">
|
|
|
|
<ImageView
|
|
android:id="@+id/ivImageTag"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="right|center_vertical"
|
|
android:layout_weight="1"
|
|
android:src="@drawable/sendicon" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="2"
|
|
android:orientation="vertical"
|
|
android:paddingTop="3dp"
|
|
android:weightSum="3">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:gravity="left|center"
|
|
android:text="@string/app_name"
|
|
android:textColor="@color/black"
|
|
android:textSize="15dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvPaymentAmount"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:gravity="left|center"
|
|
android:text=""
|
|
android:textColor="@color/black"
|
|
android:textSize="13dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvPaymentEquivalent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1"
|
|
android:gravity="left|center"
|
|
android:text=""
|
|
android:textColor="@color/black"
|
|
android:textSize="10dp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llMemo"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@+id/llPaymentMethod"
|
|
android:layout_marginTop="10dp"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/memo"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingLeft="30dp"
|
|
android:text="@string/memo_template" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:layout_below="@id/llMemo"
|
|
android:layout_margin="3dp"
|
|
android:background="@android:color/darker_gray" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/llThankyou"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@+id/llMemo"
|
|
android:layout_marginTop="10dp"
|
|
android:orientation="vertical"
|
|
android:paddingLeft="30dp"
|
|
android:paddingRight="30dp">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:text="@string/thankyou_string" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="35dp"
|
|
android:layout_below="@+id/llThankyou"
|
|
android:layout_gravity="bottom"
|
|
android:layout_marginTop="10dp"
|
|
android:gravity="bottom"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="30dp"
|
|
android:paddingRight="30dp"
|
|
android:weightSum="6">
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:text="block#" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvBlockNumber"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="2"
|
|
android:gravity="center" />
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:text="trx id#" />
|
|
|
|
<TextView
|
|
android:id="@+id/tvTrxInBlock"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="2"
|
|
android:gravity="center" />
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</ScrollView> |