Browse Source

Flag fixes

master
preyearegmi 6 years ago
parent
commit
518babadaa
  1. 8
      app/src/main/res/layout/activity_exchange_method_v2.xml
  2. 8
      app/src/main/res/layout/fragment_amount_detail_send_money_v2.xml

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

@ -68,8 +68,8 @@
<ImageView
android:background="@drawable/flag_korean"
android:layout_gravity="center"
android:layout_width="35dp"
android:layout_height="35dp" />
android:layout_width="45dp"
android:layout_height="45dp" />
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -235,8 +235,8 @@
android:id="@+id/recepientFlagImageView"
android:background="@drawable/flag_korean"
android:layout_gravity="center"
android:layout_width="35dp"
android:layout_height="35dp" />
android:layout_width="45dp"
android:layout_height="45dp" />
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="match_parent"
android:layout_height="match_parent"

8
app/src/main/res/layout/fragment_amount_detail_send_money_v2.xml

@ -74,8 +74,8 @@
<ImageView
android:background="@drawable/flag_korean"
android:layout_gravity="center"
android:layout_width="35dp"
android:layout_height="35dp" />
android:layout_width="45dp"
android:layout_height="45dp" />
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -193,8 +193,8 @@
android:id="@+id/recepientFlagImageView"
android:background="@drawable/flag_korean"
android:layout_gravity="center"
android:layout_width="35dp"
android:layout_height="35dp" />
android:layout_width="45dp"
android:layout_height="45dp" />
<com.gmeremit.online.gmeremittance_native.customwidgets.GmeTextView
android:layout_width="match_parent"
android:layout_height="match_parent"

Loading…
Cancel
Save