From 302f41085f460e67934166a3da55fa746eeaf7e2 Mon Sep 17 00:00:00 2001 From: akuma Date: Fri, 9 Aug 2019 00:00:36 +0200 Subject: Select Apps option --- .../res/drawable-hdpi/ic_search_white_24dp.png | Bin 0 -> 396 bytes .../res/drawable-mdpi/ic_search_white_24dp.png | Bin 0 -> 247 bytes .../res/drawable-xhdpi/ic_search_white_24dp.png | Bin 0 -> 465 bytes app/src/main/res/drawable-xxhdpi/bg_switchbar.xml | 9 +++ .../res/drawable-xxhdpi/ic_search_white_24dp.png | Bin 0 -> 728 bytes .../res/drawable-xxxhdpi/ic_search_white_24dp.png | Bin 0 -> 915 bytes .../main/res/layout/allowed_application_layout.xml | 61 +++++++++++++++++ app/src/main/res/layout/allowed_vpn_apps.xml | 75 +++++++++++++++++++++ app/src/main/res/layout/s_layout.xml | 12 ++++ app/src/main/res/menu/allowed_apps.xml | 15 +++++ 10 files changed, 172 insertions(+) create mode 100755 app/src/main/res/drawable-hdpi/ic_search_white_24dp.png create mode 100755 app/src/main/res/drawable-mdpi/ic_search_white_24dp.png create mode 100755 app/src/main/res/drawable-xhdpi/ic_search_white_24dp.png create mode 100644 app/src/main/res/drawable-xxhdpi/bg_switchbar.xml create mode 100755 app/src/main/res/drawable-xxhdpi/ic_search_white_24dp.png create mode 100755 app/src/main/res/drawable-xxxhdpi/ic_search_white_24dp.png create mode 100644 app/src/main/res/layout/allowed_application_layout.xml create mode 100644 app/src/main/res/layout/allowed_vpn_apps.xml create mode 100644 app/src/main/res/layout/s_layout.xml create mode 100644 app/src/main/res/menu/allowed_apps.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable-hdpi/ic_search_white_24dp.png b/app/src/main/res/drawable-hdpi/ic_search_white_24dp.png new file mode 100755 index 00000000..bbfbc96c Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ic_search_white_24dp.png differ diff --git a/app/src/main/res/drawable-mdpi/ic_search_white_24dp.png b/app/src/main/res/drawable-mdpi/ic_search_white_24dp.png new file mode 100755 index 00000000..faefc59c Binary files /dev/null and b/app/src/main/res/drawable-mdpi/ic_search_white_24dp.png differ diff --git a/app/src/main/res/drawable-xhdpi/ic_search_white_24dp.png b/app/src/main/res/drawable-xhdpi/ic_search_white_24dp.png new file mode 100755 index 00000000..bfc3e393 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_search_white_24dp.png differ diff --git a/app/src/main/res/drawable-xxhdpi/bg_switchbar.xml b/app/src/main/res/drawable-xxhdpi/bg_switchbar.xml new file mode 100644 index 00000000..7af57ad3 --- /dev/null +++ b/app/src/main/res/drawable-xxhdpi/bg_switchbar.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable-xxhdpi/ic_search_white_24dp.png b/app/src/main/res/drawable-xxhdpi/ic_search_white_24dp.png new file mode 100755 index 00000000..abbb9895 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_search_white_24dp.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/ic_search_white_24dp.png b/app/src/main/res/drawable-xxxhdpi/ic_search_white_24dp.png new file mode 100755 index 00000000..dd5adfc7 Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/ic_search_white_24dp.png differ diff --git a/app/src/main/res/layout/allowed_application_layout.xml b/app/src/main/res/layout/allowed_application_layout.xml new file mode 100644 index 00000000..d8d846f9 --- /dev/null +++ b/app/src/main/res/layout/allowed_application_layout.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/allowed_vpn_apps.xml b/app/src/main/res/layout/allowed_vpn_apps.xml new file mode 100644 index 00000000..0883f4b8 --- /dev/null +++ b/app/src/main/res/layout/allowed_vpn_apps.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/s_layout.xml b/app/src/main/res/layout/s_layout.xml new file mode 100644 index 00000000..d5717a5b --- /dev/null +++ b/app/src/main/res/layout/s_layout.xml @@ -0,0 +1,12 @@ + + + +