android: Use specific icon when connecting to the VPN

This commit is contained in:
Tobias Brunner 2018-06-08 11:22:21 +02:00
parent 70d6a0cf33
commit 52aaffdeb4
4 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ public class CharonVpnService extends VpnService implements Runnable, VpnStateSe
{
case CONNECTING:
s = R.string.state_connecting;
builder.setSmallIcon(R.drawable.ic_notification_warning);
builder.setSmallIcon(R.drawable.ic_notification_connecting);
builder.setColor(ContextCompat.getColor(this, R.color.warning_text));
add_action = true;
break;

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B