From 873946d0f17436979bc11542dfe67b4dd7fe70b5 Mon Sep 17 00:00:00 2001
From: GFW-knocker <123458121+GFW-knocker@users.noreply.github.com>
Date: Wed, 1 May 2024 22:17:03 +0330
Subject: [PATCH] Add files via upload
---
.../res/layout/activity_gfw_donate_config.xml | 83 +++++++
.../main/res/layout/activity_gfw_update.xml | 105 +++++++++
.../src/main/res/layout/activity_gfw_warp.xml | 193 ++++++++++++++++
.../layout/activity_gfw_youtube_config.xml | 2 +
.../res/layout/activity_server_wireguard.xml | 199 ++++++++++++++++
.../main/res/layout/gfw_captcha_dialog.xml | 63 +++++
.../main/res/layout/gfw_fragment_dialog.xml | 216 ++++++++++++++++++
.../main/res/layout/gfw_license_dialog.xml | 30 +++
.../main/res/layout/gfw_progress_layout.xml | 25 ++
9 files changed, 916 insertions(+)
create mode 100644 V2rayNG/app/src/main/res/layout/activity_gfw_donate_config.xml
create mode 100644 V2rayNG/app/src/main/res/layout/activity_gfw_update.xml
create mode 100644 V2rayNG/app/src/main/res/layout/activity_gfw_warp.xml
create mode 100644 V2rayNG/app/src/main/res/layout/activity_server_wireguard.xml
create mode 100644 V2rayNG/app/src/main/res/layout/gfw_captcha_dialog.xml
create mode 100644 V2rayNG/app/src/main/res/layout/gfw_fragment_dialog.xml
create mode 100644 V2rayNG/app/src/main/res/layout/gfw_license_dialog.xml
create mode 100644 V2rayNG/app/src/main/res/layout/gfw_progress_layout.xml
diff --git a/V2rayNG/app/src/main/res/layout/activity_gfw_donate_config.xml b/V2rayNG/app/src/main/res/layout/activity_gfw_donate_config.xml
new file mode 100644
index 000000000..038bd20b7
--- /dev/null
+++ b/V2rayNG/app/src/main/res/layout/activity_gfw_donate_config.xml
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/V2rayNG/app/src/main/res/layout/activity_gfw_update.xml b/V2rayNG/app/src/main/res/layout/activity_gfw_update.xml
new file mode 100644
index 000000000..5ed72072e
--- /dev/null
+++ b/V2rayNG/app/src/main/res/layout/activity_gfw_update.xml
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/V2rayNG/app/src/main/res/layout/activity_gfw_warp.xml b/V2rayNG/app/src/main/res/layout/activity_gfw_warp.xml
new file mode 100644
index 000000000..5274a84ce
--- /dev/null
+++ b/V2rayNG/app/src/main/res/layout/activity_gfw_warp.xml
@@ -0,0 +1,193 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/V2rayNG/app/src/main/res/layout/activity_gfw_youtube_config.xml b/V2rayNG/app/src/main/res/layout/activity_gfw_youtube_config.xml
index 823ae3814..684ceb7b4 100644
--- a/V2rayNG/app/src/main/res/layout/activity_gfw_youtube_config.xml
+++ b/V2rayNG/app/src/main/res/layout/activity_gfw_youtube_config.xml
@@ -37,6 +37,8 @@
android:layout_height="wrap_content"
android:padding="15dp"
android:layout_gravity="center"
+ android:textColor="@color/color_btn_get_txt"
+ android:backgroundTint="@color/color_btn_get_config"
android:text="Get Youtube Config" />
diff --git a/V2rayNG/app/src/main/res/layout/activity_server_wireguard.xml b/V2rayNG/app/src/main/res/layout/activity_server_wireguard.xml
new file mode 100644
index 000000000..5cc66505b
--- /dev/null
+++ b/V2rayNG/app/src/main/res/layout/activity_server_wireguard.xml
@@ -0,0 +1,199 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/V2rayNG/app/src/main/res/layout/gfw_captcha_dialog.xml b/V2rayNG/app/src/main/res/layout/gfw_captcha_dialog.xml
new file mode 100644
index 000000000..262dc0254
--- /dev/null
+++ b/V2rayNG/app/src/main/res/layout/gfw_captcha_dialog.xml
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/V2rayNG/app/src/main/res/layout/gfw_fragment_dialog.xml b/V2rayNG/app/src/main/res/layout/gfw_fragment_dialog.xml
new file mode 100644
index 000000000..0f4e1bbf4
--- /dev/null
+++ b/V2rayNG/app/src/main/res/layout/gfw_fragment_dialog.xml
@@ -0,0 +1,216 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/V2rayNG/app/src/main/res/layout/gfw_license_dialog.xml b/V2rayNG/app/src/main/res/layout/gfw_license_dialog.xml
new file mode 100644
index 000000000..7588529fb
--- /dev/null
+++ b/V2rayNG/app/src/main/res/layout/gfw_license_dialog.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/V2rayNG/app/src/main/res/layout/gfw_progress_layout.xml b/V2rayNG/app/src/main/res/layout/gfw_progress_layout.xml
new file mode 100644
index 000000000..9b7d242ed
--- /dev/null
+++ b/V2rayNG/app/src/main/res/layout/gfw_progress_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
\ No newline at end of file