فهرست منبع

Add comment for custom themes in styles.xml

Added a comment for custom themes in styles.xml
Anthony 1 ماه پیش
والد
کامیت
3b8ecd32bf
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      android-project/app/src/main/res/values/styles.xml

+ 1 - 0
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>