]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/utils/Globals.java
add transaction filter
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils / Globals.java
index 39884f0517ad389859578b5db954bd44c221ac11..b7fffadf4b0c150153dbaff3df711d707ae22923 100644 (file)
@@ -24,5 +24,7 @@ public final class Globals {
     public static int table_row_even_bg;
     @ColorInt
     public static int table_row_odd_bg;
     public static int table_row_even_bg;
     @ColorInt
     public static int table_row_odd_bg;
+    @ColorInt
+    public static int primaryDark, defaultTextColor;
 
 }
\ No newline at end of file
 
 }
\ No newline at end of file