Use appropriate icon for pending contributions on Android

This commit is contained in:
Emerick Rogul
2022-07-13 17:08:41 -04:00
parent 45d81fd896
commit 22da74f454
3 changed files with 6 additions and 1 deletions
@@ -580,7 +580,7 @@ public class BraveRewardsPanel
R.string.brave_ui_pending_contribution_title);
description = mPopupView.getResources().getString(
R.string.brave_ui_verified_publisher_notification, pubName);
notificationIcon = R.drawable.ic_hearts_rewards;
notificationIcon = R.drawable.ic_notification_info_icon;
break;
case REWARDS_NOTIFICATION_NO_INTERNET:
title = "";
@@ -0,0 +1,4 @@
<vector android:height="16dp" android:viewportHeight="17"
android:viewportWidth="17" android:width="16dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#339AF0" android:fillType="evenOdd" android:pathData="M8.193,16.144C3.782,16.144 0.193,12.555 0.193,8.144C0.193,3.733 3.782,0.144 8.193,0.144C12.605,0.144 16.193,3.733 16.193,8.144C16.193,12.555 12.605,16.144 8.193,16.144ZM8.193,1.477C4.517,1.477 1.527,4.468 1.527,8.144C1.527,11.82 4.517,14.811 8.193,14.811C11.869,14.811 14.86,11.82 14.86,8.144C14.86,4.468 11.869,1.477 8.193,1.477ZM9.973,8.743L10.825,11.264C10.893,11.467 10.86,11.691 10.735,11.866C10.61,12.041 10.408,12.144 10.193,12.144H6.193C5.979,12.144 5.777,12.041 5.652,11.866C5.526,11.691 5.493,11.467 5.562,11.264L6.413,8.746C5.863,8.24 5.527,7.543 5.527,6.811C5.527,5.34 6.723,4.144 8.193,4.144C9.664,4.144 10.86,5.34 10.86,6.811C10.86,7.54 10.523,8.236 9.973,8.743ZM8.193,5.477C7.458,5.477 6.86,6.075 6.86,6.811C6.86,7.26 7.12,7.696 7.539,7.95C7.557,7.961 7.567,7.979 7.583,7.991C7.62,8.018 7.651,8.048 7.682,8.082C7.711,8.113 7.736,8.145 7.757,8.181C7.779,8.217 7.795,8.255 7.81,8.295C7.825,8.335 7.837,8.375 7.843,8.417C7.85,8.458 7.851,8.498 7.849,8.54C7.848,8.586 7.843,8.629 7.833,8.675C7.827,8.694 7.831,8.714 7.825,8.734L7.123,10.811H9.264L8.562,8.731C8.555,8.712 8.559,8.692 8.555,8.673C8.543,8.628 8.539,8.584 8.537,8.539C8.536,8.496 8.537,8.456 8.543,8.415C8.55,8.373 8.562,8.334 8.577,8.293C8.591,8.253 8.607,8.215 8.629,8.179C8.651,8.143 8.676,8.111 8.704,8.08C8.734,8.046 8.765,8.016 8.803,7.989C8.819,7.977 8.829,7.959 8.846,7.949C9.266,7.693 9.527,7.257 9.527,6.811C9.527,6.075 8.929,5.477 8.193,5.477Z"/>
</vector>