android: Use specific icon when connecting to the VPN

This commit is contained in:
Tobias Brunner
2018-07-03 11:31:34 +02:00
parent 70d6a0cf33
commit 52aaffdeb4
4 changed files with 1 additions and 1 deletions
@@ -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