From a6517a1f35972c72a810e17ed31616bd5d4893ea Mon Sep 17 00:00:00 2001 From: cyBerta Date: Tue, 16 Jan 2018 13:59:33 +0100 Subject: #8788 implement VpnNotificationManager to handle notifications from VoidVPN and OpenVPN --- .../main/res/layout/custom_notification_layout.xml | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 app/src/main/res/layout/custom_notification_layout.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/custom_notification_layout.xml b/app/src/main/res/layout/custom_notification_layout.xml new file mode 100644 index 00000000..e97fcbe2 --- /dev/null +++ b/app/src/main/res/layout/custom_notification_layout.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From b1499d1efb027464d5364bc8758b3529a60efdc0 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Tue, 16 Jan 2018 14:00:08 +0100 Subject: 8788 fix image resolution for blocking icon in hdpi --- .../main/res/drawable-hdpi/ic_stat_vpn_blocking.png | Bin 1427 -> 644 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable-hdpi/ic_stat_vpn_blocking.png b/app/src/main/res/drawable-hdpi/ic_stat_vpn_blocking.png index 22ea5603..2745087b 100644 Binary files a/app/src/main/res/drawable-hdpi/ic_stat_vpn_blocking.png and b/app/src/main/res/drawable-hdpi/ic_stat_vpn_blocking.png differ -- cgit v1.2.3