]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/MobileLedgerApplication.java
fix bold account name color in transacion list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / MobileLedgerApplication.java
index 6550765b3beb9e235137981b426a62a56ec1f37d..6971dec4bfe00884f2d4be91c3d8af803e11471f 100644 (file)
@@ -66,13 +66,13 @@ public class MobileLedgerApplication extends Application {
             Resources.Theme theme = getTheme();
             Globals.tableRowDarkBG = rm.getColor(R.color.table_row_dark_bg, theme);
             Globals.tableRowLightBG = rm.getColor(R.color.table_row_light_bg, theme);
             Resources.Theme theme = getTheme();
             Globals.tableRowDarkBG = rm.getColor(R.color.table_row_dark_bg, theme);
             Globals.tableRowLightBG = rm.getColor(R.color.table_row_light_bg, theme);
-            Globals.primaryDark = rm.getColor(R.color.design_default_color_primary_dark, theme);
+            Globals.primaryDark = rm.getColor(R.color.colorPrimaryDark, theme);
             Globals.defaultTextColor = rm.getColor(android.R.color.tab_indicator_text, theme);
         }
         else {
             Globals.tableRowDarkBG = rm.getColor(R.color.table_row_dark_bg);
             Globals.tableRowLightBG = rm.getColor(R.color.table_row_light_bg);
             Globals.defaultTextColor = rm.getColor(android.R.color.tab_indicator_text, theme);
         }
         else {
             Globals.tableRowDarkBG = rm.getColor(R.color.table_row_dark_bg);
             Globals.tableRowLightBG = rm.getColor(R.color.table_row_light_bg);
-            Globals.primaryDark = rm.getColor(R.color.design_default_color_primary_dark);
+            Globals.primaryDark = rm.getColor(R.color.colorPrimaryDark);
             Globals.defaultTextColor = rm.getColor(android.R.color.tab_indicator_text);
         }
     }
             Globals.defaultTextColor = rm.getColor(android.R.color.tab_indicator_text);
         }
     }