SDL: Add comment for custom themes in styles.xml

From 3b8ecd32bf8ecf1aacda9a06ffb853893d3cc7d3 Mon Sep 17 00:00:00 2001
From: Anthony <[EMAIL REDACTED]>
Date: Sun, 2 Aug 2026 17:55:33 +0100
Subject: [PATCH] Add comment for custom themes in styles.xml

Added a comment for custom themes in styles.xml
---
 android-project/app/src/main/res/values/styles.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/android-project/app/src/main/res/values/styles.xml b/android-project/app/src/main/res/values/styles.xml
index 43b6841741a24..9719b6d084936 100644
--- a/android-project/app/src/main/res/values/styles.xml
+++ b/android-project/app/src/main/res/values/styles.xml
@@ -6,5 +6,6 @@
     <item name="android:windowDrawsSystemBarBackgrounds">true</item>
     <item name="android:statusBarColor">@android:color/transparent</item>
     <item name="android:navigationBarColor">@android:color/transparent</item>
+    <!-- Add custom themes here -->
     </style>
 </resources>