diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 57e2a63b..837771da 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..7facb7fd --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/app/src/main/java/com/gmeremit/online/gmeremittance_native/exchange_rate/view/ExchangeMethodV2Activity.java b/app/src/main/java/com/gmeremit/online/gmeremittance_native/exchange_rate/view/ExchangeMethodV2Activity.java index c4bb7a15..45bd39fa 100644 --- a/app/src/main/java/com/gmeremit/online/gmeremittance_native/exchange_rate/view/ExchangeMethodV2Activity.java +++ b/app/src/main/java/com/gmeremit/online/gmeremittance_native/exchange_rate/view/ExchangeMethodV2Activity.java @@ -208,7 +208,6 @@ public class ExchangeMethodV2Activity extends BaseActivity implements PaymentMod public boolean dispatchTouchEvent(MotionEvent ev) { if(sendMoneyEditText.hasFocus()||recieveMoneyEditText.hasFocus()) { - View currentViewWithFocus=getCurrentFocus(); if(currentViewWithFocus!=null) currentViewWithFocus.clearFocus(); diff --git a/app/src/main/java/com/gmeremit/online/gmeremittance_native/recipientV2/adapter/RecipientListingRvAdapter.java b/app/src/main/java/com/gmeremit/online/gmeremittance_native/recipientV2/adapter/RecipientListingRvAdapter.java index fcf136b6..1f0c84be 100644 --- a/app/src/main/java/com/gmeremit/online/gmeremittance_native/recipientV2/adapter/RecipientListingRvAdapter.java +++ b/app/src/main/java/com/gmeremit/online/gmeremittance_native/recipientV2/adapter/RecipientListingRvAdapter.java @@ -49,8 +49,10 @@ public class RecipientListingRvAdapter extends RecyclerView.Adapter - + @@ -23,7 +26,8 @@ android:layout_height="60dp" android:background="#e7edf2" android:gravity="center" - android:padding="10dp" + android:paddingTop="9dp" + android:paddingBottom="10dp" android:text="Who are you sending money to?" android:textColor="@color/darkgray" android:textSize="18sp" /> @@ -33,15 +37,19 @@ android:layout_height="wrap_content" android:background="@color/white" android:orientation="vertical" - android:padding="10dp"> + android:paddingTop="10dp" + android:paddingBottom="10dp" + android:paddingStart="10dp" + android:paddingEnd="10dp"> + android:background="@drawable/ic_arrow_down" + android:layout_marginEnd="5dp" /> + android:background="@drawable/ic_arrow_down" + android:layout_marginEnd="5dp" /> + android:background="@drawable/ic_arrow_down" + android:layout_marginEnd="5dp" /> + android:background="@drawable/ic_arrow_down" + android:layout_marginEnd="5dp" /> + android:background="@drawable/ic_arrow_down" + android:layout_marginEnd="5dp" /> diff --git a/app/src/main/res/layout/fragment_kyc_view1_v2.xml b/app/src/main/res/layout/fragment_kyc_view1_v2.xml index a5eddf02..b91e6bfa 100644 --- a/app/src/main/res/layout/fragment_kyc_view1_v2.xml +++ b/app/src/main/res/layout/fragment_kyc_view1_v2.xml @@ -89,8 +89,6 @@