Browse Source

support phone icon changed

new_design
Santosh Bhandary 4 years ago
parent
commit
ed6807f7a1
  1. BIN
      app/src/main/res/drawable-xxhdpi/ic_support_phone.png
  2. 6
      app/src/main/res/drawable/icv_support_phone.xml
  3. 4
      app/src/main/res/layout/agent_info_item_view.xml
  4. 11
      app/src/main/res/values/strings.xml

BIN
app/src/main/res/drawable-xxhdpi/ic_support_phone.png

Before

Width: 60  |  Height: 60  |  Size: 2.6 KiB

After

Width: 50  |  Height: 50  |  Size: 1.4 KiB

6
app/src/main/res/drawable/icv_support_phone.xml

@ -1,10 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="60dp"
android:height="60dp"
android:width="40dp"
android:height="40dp"
android:viewportWidth="60"
android:viewportHeight="60">
<path
android:pathData="M30,0L30,0A30,30 0,0 1,60 30L60,30A30,30 0,0 1,30 60L30,60A30,30 0,0 1,0 30L0,30A30,30 0,0 1,30 0z"/>
android:pathData="M30,0L30icv_support_phone,0A30,30 0,0 1,60 30L60,30A30,30 0,0 1,30 60L30,60A30,30 0,0 1,0 30L0,30A30,30 0,0 1,30 0z"/>
<path
android:pathData="M30,0L30,0A30,30 0,0 1,60 30L60,30A30,30 0,0 1,30 60L30,60A30,30 0,0 1,0 30L0,30A30,30 0,0 1,30 0z"
android:fillColor="#DC1431"/>

4
app/src/main/res/layout/agent_info_item_view.xml

@ -59,7 +59,7 @@
<com.swifttech.remit.android.common.customwidgets.GmeTextView
android:id="@+id/agent_info_txt_label_contact1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:drawableLeft="@drawable/ic_support_phone"
android:drawablePadding="8dp"
@ -73,7 +73,7 @@
<com.swifttech.remit.android.common.customwidgets.GmeTextView
android:id="@+id/agent_info_txt_label_contact2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:drawableLeft="@drawable/ic_support_phone"
android:drawablePadding="8dp"

11
app/src/main/res/values/strings.xml

@ -9,19 +9,18 @@
<!--fonts-->
<string name="regular">SanFranciscoText-Regular.otf</string>
<string name="semibold">SanFranciscoText-Semibold.otf</string>
<string name="bold">SanFranciscoText-Bold.otf</string>
<string name="heavy">SanFranciscoText-Heavy.otf</string>
<string name="regular" translatable="false">SanFranciscoText-Regular.otf</string>
<string name="semibold" translatable="false">SanFranciscoText-Semibold.otf</string>
<string name="bold" translatable="false">SanFranciscoText-Bold.otf</string>
<string name="heavy" translatable="false">SanFranciscoText-Heavy.otf</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="verify_account_text">Your document is in verification process. This will not take long. Thereafter you can enjoy Japan Money Express online service.</string>
<string name="emptyTextFieldIndicator">Please add the required information.</string>
<string name="cancel">Cancel</string>
<string name="support_gmeremit">support@gmeremit.com</string>
<string name="support_information">For more information call at </string>
<string name="suggestions_feedback">Suggestions/Feedback</string>
<string name="transactions_amendment_request">Transactions Amendment Request</string>

Loading…
Cancel
Save