jose.caraballo11 3 年之前
父節點
當前提交
54ddb03293
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. 10
    0
      Planta_Display/styles.xml

+ 10
- 0
Planta_Display/styles.xml 查看文件

@@ -0,0 +1,10 @@
1
+<resources>
2
+    <!-- Base application theme. -->
3
+    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
4
+        <!-- Customize your theme here. -->
5
+        <item name="colorPrimary">@color/colorPrimary</item>
6
+        <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
7
+        <item name="colorAccent">@color/colorAccent</item>
8
+    </style>
9
+
10
+</resources>