Browse Source

Payment Mode fixes

master
Swift-Android 6 years ago
parent
commit
e2445eea65
  1. 90
      app/src/main/res/layout/activity_exchange_method_v2.xml

90
app/src/main/res/layout/activity_exchange_method_v2.xml

@ -15,17 +15,18 @@
<include layout="@layout/layout_sendmoney_toolbar"/>
<LinearLayout
android:padding="1.8dp"
android:padding="1.5dp"
android:background="@drawable/curve_rectangle_grey_bg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<LinearLayout
android:padding="5dp"
android:paddingLeft="5dp"
android:paddingRight="5dp"
android:orientation="vertical"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent">
android:layout_height="wrap_content">
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:id="@+id/bank_label"
android:layout_width="match_parent"
@ -34,19 +35,19 @@
android:textColor="@color/darkgray"
android:textSize="14sp"/>
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeEditText
android:layout_marginTop="3dp"
android:id="@+id/sendAmountEdTxt"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:text="10,30,30,30"
android:gravity="center_vertical"
android:backgroundTint="@android:color/transparent"
android:textColor="@color/colorPrimary"
android:textSize="21sp"/>
</LinearLayout>
<FrameLayout
android:background="@drawable/curve_rectangle_blue_bg"
android:paddingStart="10dp"
android:paddingEnd="10dp"
android:paddingStart="5dp"
android:paddingEnd="5dp"
android:layout_width="wrap_content"
android:layout_height="match_parent">
<LinearLayout
@ -57,8 +58,8 @@
<ImageView
android:background="@drawable/alert"
android:layout_gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
android:layout_width="60dp"
android:layout_height="45dp" />
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -86,7 +87,7 @@
android:layout_width="wrap_content"
android:paddingStart="3dp"
android:paddingEnd="3dp"
android:layout_height="65dp" />
android:layout_height="40dp" />
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -96,16 +97,14 @@
android:textSize="14sp"/>
</LinearLayout>
<LinearLayout
android:layout_marginTop="-20dp"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.gmeremit.online.gmeremittance_native.customwidgets.CircularIndexView
android:layout_width="wrap_content"
android:paddingStart="3dp"
android:paddingEnd="3dp"
android:layout_height="65dp" />
android:layout_height="40dp" />
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -114,70 +113,7 @@
android:gravity="center_vertical"
android:textSize="14sp"/>
</LinearLayout>
<LinearLayout
android:padding="1.8dp"
android:background="@drawable/curve_rectangle_grey_bg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<LinearLayout
android:padding="5dp"
android:orientation="vertical"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent">
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Recipient Gets"
android:textColor="@color/darkgray"
android:textSize="14sp"/>
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeEditText
android:id="@+id/receiveAmountEdTxt"
android:layout_marginTop="3dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="100,000.00"
android:backgroundTint="@android:color/transparent"
android:textColor="@color/colorPrimary"
android:textSize="21sp"/>
</LinearLayout>
<FrameLayout
android:background="@drawable/curve_rectangle_blue_bg"
android:paddingStart="10dp"
android:paddingEnd="10dp"
android:layout_width="wrap_content"
android:layout_height="match_parent">
<LinearLayout
android:layout_gravity="center"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView
android:background="@drawable/alert"
android:layout_gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:text="KRW"
android:paddingStart="5dp"
android:paddingEnd="5dp"
android:paddingRight="5dp"
android:paddingLeft="5dp"
android:textStyle="bold"
android:textColor="@color/white"
android:textSize="17sp"/>
<ImageView
android:layout_gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/outline_keyboard_arrow_down_white_24"/>
</LinearLayout>
</FrameLayout>
</LinearLayout>
<android.support.v7.widget.RecyclerView
android:id="@+id/paymentModeRV"
android:layout_width="match_parent"

Loading…
Cancel
Save