Browse Source

REciept being edited

master
preyearegmi 6 years ago
parent
commit
f9bfa75d10
  1. 16
      app/src/main/res/layout/activity_send_money_v2_transaction_complete.xml

16
app/src/main/res/layout/activity_send_money_v2_transaction_complete.xml

@ -127,6 +127,7 @@
app:txtfontName="@string/heavy" />
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:paddingBottom="5dp"
android:id="@+id/tv_note"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@ -286,25 +287,26 @@
android:background="@color/gray" />
<RelativeLayout
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:id="@+id/agent_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:gravity="left"
android:text="Payout Agent/Bank"
android:textColor="@color/darkgray"
android:textSize="14sp" />
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:id="@+id/tv_agent_bank"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_weight="1"
android:gravity="right"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:ellipsize="end"
android:maxLength="25"
android:maxLines="2"
@ -314,8 +316,10 @@
android:textColor="@color/darkgray"
android:textSize="14sp"
app:txtfontName="@string/semibold"
android:layout_alignParentEnd="true" />
</RelativeLayout>
/>
</LinearLayout>
</LinearLayout>

Loading…
Cancel
Save