]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/styles.xml
drop unused empty style
[mobile-ledger.git] / app / src / main / res / values / styles.xml
index a25fb60808863af6b478e618f54522504389f5f1..9ac40fba403192e4a081868492ea9980fee1981b 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>
+        <item name="main_header_shadow_height">4dp</item>
+        <item name="shadowStartColor">#80000000</item>
+        <item name="shadowEndColor">#00000000</item>
     </style>
 
     <!-- theme list start -->
         <item name="android:paddingEnd">@dimen/activity_horizontal_margin</item>
     </style>
 
-    <style name="account_summary_account_name"></style>
-
     <style name="account_summary_amounts">
         <item name="android:textAlignment">viewEnd</item>
     </style>
     </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>