diff --git a/PanoPainter.vcxproj b/PanoPainter.vcxproj
index 55b7fa0..d1290a1 100644
--- a/PanoPainter.vcxproj
+++ b/PanoPainter.vcxproj
@@ -187,6 +187,7 @@
+
@@ -302,6 +303,7 @@
+
diff --git a/PanoPainter.vcxproj.filters b/PanoPainter.vcxproj.filters
index 7be9201..f3ef843 100644
--- a/PanoPainter.vcxproj.filters
+++ b/PanoPainter.vcxproj.filters
@@ -252,6 +252,9 @@
Source Files
+
+ Source Files\ui
+
@@ -449,6 +452,9 @@
Header Files
+
+ Header Files\ui
+
diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt
index e7024bd..ff4207b 100644
--- a/android/CMakeLists.txt
+++ b/android/CMakeLists.txt
@@ -56,6 +56,7 @@ add_library(
../src/layout.cpp
../src/version.cpp
../src/node.cpp
+ ../src/node_about.cpp
../src/node_border.cpp
../src/node_button.cpp
../src/node_button_custom.cpp
diff --git a/data/layout.xml b/data/layout.xml
index 427e8b4..88962c4 100644
--- a/data/layout.xml
+++ b/data/layout.xml
@@ -583,6 +583,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+