New material design icons

This commit is contained in:
PeratX 2017-04-09 19:48:34 +08:00
parent 85070e2177
commit 2c9d14d183
9 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -22,7 +22,7 @@
<img width="100" height="100" src="itxtech_logo.png"/><br> <img width="100" height="100" src="itxtech_logo.png"/><br>
<div style="font-size:25px">iTX Technologies</div> <div style="font-size:25px">iTX Technologies</div>
<br> <br>
<img width="92" height="70" src="ic_launcher.png"><br> <img width="100" height="100" src="ic_launcher.png"><br>
<div style="font-size: 25px;">Daedalus</div> <div style="font-size: 25px;">Daedalus</div>
<div id="version" style="font-size: 10px;">null</div> <div id="version" style="font-size: 10px;">null</div>
<div id="build_time" style="font-size: 10px;">null</div> <div id="build_time" style="font-size: 10px;">null</div>

View File

@ -22,7 +22,7 @@
<img width="100" height="100" src="itxtech_logo.png"/><br> <img width="100" height="100" src="itxtech_logo.png"/><br>
<div style="font-size:25px">iTX Technologies</div> <div style="font-size:25px">iTX Technologies</div>
<br> <br>
<img width="92" height="70" src="ic_launcher.png"><br> <img width="100" height="100" src="ic_launcher.png"><br>
<div style="font-size: 25px;">Daedalus</div> <div style="font-size: 25px;">Daedalus</div>
<div id="version" style="font-size: 10px;">null</div> <div id="version" style="font-size: 10px;">null</div>
<div id="build_time" style="font-size: 10px;">null</div> <div id="build_time" style="font-size: 10px;">null</div>

View File

@ -56,14 +56,14 @@ public class DaedalusVpnService extends VpnService implements Runnable {
PendingIntent pIntent = PendingIntent.getActivity(this, 0, nIntent, PendingIntent.FLAG_UPDATE_CURRENT); PendingIntent pIntent = PendingIntent.getActivity(this, 0, nIntent, PendingIntent.FLAG_UPDATE_CURRENT);
builder.setContentTitle(getResources().getString(R.string.notification_activated)) builder.setContentTitle(getResources().getString(R.string.notification_activated))
.setDefaults(NotificationCompat.DEFAULT_LIGHTS) .setDefaults(NotificationCompat.DEFAULT_LIGHTS)
.setSmallIcon(R.mipmap.ic_launcher) .setSmallIcon(R.mipmap.ic_security_black_18dp)
.setAutoCancel(true) .setAutoCancel(true)
.setOngoing(true) .setOngoing(true)
.setContentIntent(pIntent) .setContentIntent(pIntent)
.addAction(R.mipmap.ic_launcher, getResources().getString(R.string.button_text_deactivate), .addAction(R.mipmap.ic_security_black_18dp, getResources().getString(R.string.button_text_deactivate),
PendingIntent.getBroadcast(this, 0, PendingIntent.getBroadcast(this, 0,
new Intent(StatusBarBroadcastReceiver.STATUS_BAR_BTN_DEACTIVATE_CLICK_ACTION), 0)) new Intent(StatusBarBroadcastReceiver.STATUS_BAR_BTN_DEACTIVATE_CLICK_ACTION), 0))
.addAction(R.mipmap.ic_launcher, getResources().getString(R.string.action_settings), .addAction(R.mipmap.ic_security_black_18dp, getResources().getString(R.string.action_settings),
PendingIntent.getBroadcast(this, 0, PendingIntent.getBroadcast(this, 0,
new Intent(StatusBarBroadcastReceiver.STATUS_BAR_BTN_SETTINGS_CLICK_ACTION), 0)); new Intent(StatusBarBroadcastReceiver.STATUS_BAR_BTN_SETTINGS_CLICK_ACTION), 0));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 11 KiB