diff --git a/android/navi-widgets/src/main/java/com/navi/naviwidgets/utils/NaviWidgetIconUtils.kt b/android/navi-widgets/src/main/java/com/navi/naviwidgets/utils/NaviWidgetIconUtils.kt index 0ca5a266c5..251144c2ac 100644 --- a/android/navi-widgets/src/main/java/com/navi/naviwidgets/utils/NaviWidgetIconUtils.kt +++ b/android/navi-widgets/src/main/java/com/navi/naviwidgets/utils/NaviWidgetIconUtils.kt @@ -831,10 +831,10 @@ object NaviWidgetIconUtils { private const val NAVI_PAY_UPI_LITE_ICON = "NAVI_PAY_UPI_LITE_ICON" private const val BBPS_MOBILE_RECHARGE = "BBPS_MOBILE_RECHARGE" private const val BBPS_DTH_RECHARGE = "BBPS_DTH_RECHARGE" + private const val BBPS_CREDIT_CARD = "BBPS_CREDIT_CARD" private const val BBPS_UTILITY_ELECTRICITY = "BBPS_UTILITY_ELECTRICITY" private const val BBPS_VIEW_MORE = "BBPS_VIEW_MORE" - private const val BBPS_PRODUCT_ICON = "BBPS_PRODUCT_ICON" - private const val ZERO_PERCENT_BBPS_CALLOUT = "ZERO_PERCENT_BBPS_CALLOUT" + private const val BBPS_NEW_PRODUCT_ICON = "BBPS_NEW_PRODUCT_ICON" private const val COPY_ICON_GREY_RIGHT = "COPY_ICON_GREY_RIGHT" private const val ICON_ARROW_PURPLE_DISK = "ICON_ARROW_PURPLE_DISK" private const val ICON_DOWNLOAD_PURPLE = "ICON_DOWNLOAD_PURPLE" @@ -1716,10 +1716,10 @@ object NaviWidgetIconUtils { NAVI_PAY_UPI_LITE_ICON -> R.drawable.lite_logo_new BBPS_MOBILE_RECHARGE -> R.drawable.mobile_recharge_icon BBPS_DTH_RECHARGE -> R.drawable.recharge_dth_icon + BBPS_CREDIT_CARD -> R.drawable.credit_card_icon BBPS_UTILITY_ELECTRICITY -> R.drawable.utility_electricity_icon BBPS_VIEW_MORE -> R.drawable.bbps_view_more_homepage - BBPS_PRODUCT_ICON -> R.drawable.bill_payments_product_bbps - ZERO_PERCENT_BBPS_CALLOUT -> R.drawable.ic_zero_percent_bbps_callout + BBPS_NEW_PRODUCT_ICON -> R.drawable.bbps_new_product_icon COPY_ICON_GREY_RIGHT -> R.drawable.copy_icon_right ICON_CSAT_RATING_1 -> R.drawable.ic_csat_rating_1 ICON_CSAT_RATING_2 -> R.drawable.ic_csat_rating_2 diff --git a/android/navi-widgets/src/main/res/drawable/bbps_new_product_icon.xml b/android/navi-widgets/src/main/res/drawable/bbps_new_product_icon.xml new file mode 100644 index 0000000000..a9c93ac82f --- /dev/null +++ b/android/navi-widgets/src/main/res/drawable/bbps_new_product_icon.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/navi-widgets/src/main/res/drawable/bbps_view_more_homepage.xml b/android/navi-widgets/src/main/res/drawable/bbps_view_more_homepage.xml index 4f4a7f90a6..4e5ee0fd96 100644 --- a/android/navi-widgets/src/main/res/drawable/bbps_view_more_homepage.xml +++ b/android/navi-widgets/src/main/res/drawable/bbps_view_more_homepage.xml @@ -7,14 +7,14 @@ android:pathData="M20,36C28.84,36 36,28.84 36,20C36,11.16 28.84,4 20,4C11.16,4 4,11.16 4,20C4,28.84 11.16,36 20,36Z" android:strokeWidth="1.4" android:fillColor="#00000000" - android:strokeColor="#001F11"/> + android:strokeColor="#1F002A"/> + android:fillColor="#1F002A"/> diff --git a/android/navi-widgets/src/main/res/drawable/bill_payments_product_bbps.png b/android/navi-widgets/src/main/res/drawable/bill_payments_product_bbps.png deleted file mode 100644 index b0bfb55d6a..0000000000 Binary files a/android/navi-widgets/src/main/res/drawable/bill_payments_product_bbps.png and /dev/null differ diff --git a/android/navi-widgets/src/main/res/drawable/credit_card_icon.xml b/android/navi-widgets/src/main/res/drawable/credit_card_icon.xml new file mode 100644 index 0000000000..37fd3a75c1 --- /dev/null +++ b/android/navi-widgets/src/main/res/drawable/credit_card_icon.xml @@ -0,0 +1,18 @@ + + + + + diff --git a/android/navi-widgets/src/main/res/drawable/ic_zero_percent_bbps_callout.png b/android/navi-widgets/src/main/res/drawable/ic_zero_percent_bbps_callout.png deleted file mode 100644 index 83c43ffd4b..0000000000 Binary files a/android/navi-widgets/src/main/res/drawable/ic_zero_percent_bbps_callout.png and /dev/null differ diff --git a/android/navi-widgets/src/main/res/drawable/mobile_recharge_icon.xml b/android/navi-widgets/src/main/res/drawable/mobile_recharge_icon.xml index 6a774966db..87a91485e2 100644 --- a/android/navi-widgets/src/main/res/drawable/mobile_recharge_icon.xml +++ b/android/navi-widgets/src/main/res/drawable/mobile_recharge_icon.xml @@ -5,19 +5,19 @@ android:viewportHeight="40"> + android:fillColor="#1F002A"/> + android:strokeColor="#1F002A"/> + android:fillColor="#1F002A"/> diff --git a/android/navi-widgets/src/main/res/drawable/recharge_dth_icon.xml b/android/navi-widgets/src/main/res/drawable/recharge_dth_icon.xml index 4d6ebf8430..9f16bf822a 100644 --- a/android/navi-widgets/src/main/res/drawable/recharge_dth_icon.xml +++ b/android/navi-widgets/src/main/res/drawable/recharge_dth_icon.xml @@ -8,22 +8,22 @@ android:strokeLineJoin="round" android:strokeWidth="1.4" android:fillColor="#00000000" - android:strokeColor="#001F11" + android:strokeColor="#1F002A" android:strokeLineCap="round"/> + android:fillColor="#1F002A"/> + android:fillColor="#1F002A" + android:strokeColor="#1F002A"/> diff --git a/android/navi-widgets/src/main/res/drawable/utility_electricity_icon.xml b/android/navi-widgets/src/main/res/drawable/utility_electricity_icon.xml index 4c44810249..9b20fa3093 100644 --- a/android/navi-widgets/src/main/res/drawable/utility_electricity_icon.xml +++ b/android/navi-widgets/src/main/res/drawable/utility_electricity_icon.xml @@ -8,19 +8,19 @@ android:strokeLineJoin="round" android:strokeWidth="1.4" android:fillColor="#00000000" - android:strokeColor="#001F11" + android:strokeColor="#1F002A" android:strokeLineCap="round"/> + android:fillColor="#1F002A"/> + android:fillColor="#1F002A"/>