]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - app/src/main/res/values/styles.xml
fix many lint errors/warnings
[mobile-ledger-staging.git] / app / src / main / res / values / styles.xml
index a25fb60808863af6b478e618f54522504389f5f1..c51c46a2eddb29680a2dc518db63b5a4541da2c3 100644 (file)
         </item>
         <item name="colorError">#FFE1E2</item>
         <item name="colorOnError">#CD1609</item>
+        <item name="colorPrimary">#935ff2</item>
+        <item name="colorPrimaryTransparent">#00935ff2</item>
+        <item name="colorSecondary">#6920ed</item>
+        <item name="colorPrimaryDark">#6920ed</item>
+        <item name="table_row_dark_bg">#efe7fd</item>
+        <item name="table_row_light_bg">#f9f6fe</item>
+        <item name="background">@null</item>
     </style>
 
     <!-- theme list start -->
     </style>
 
     <dimen name="thumb_row_height">48dp</dimen>
+    <!-- px=rows×73+12-->
+    <!-- sp=px÷3.5 -->
+    <dimen name="default_account_row_height">64.2857sp</dimen>
 </resources>