android: Use specific icon when connecting to the VPN
This commit is contained in:
+1
-1
@@ -397,7 +397,7 @@ public class CharonVpnService extends VpnService implements Runnable, VpnStateSe
|
|||||||
{
|
{
|
||||||
case CONNECTING:
|
case CONNECTING:
|
||||||
s = R.string.state_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));
|
builder.setColor(ContextCompat.getColor(this, R.color.warning_text));
|
||||||
add_action = true;
|
add_action = true;
|
||||||
break;
|
break;
|
||||||
|
|||||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 564 B |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 449 B |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 727 B |
Reference in New Issue
Block a user