X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fnet%2Fktnx%2Fmobileledger%2Futils%2FColors.java;fp=app%2Fsrc%2Fmain%2Fjava%2Fnet%2Fktnx%2Fmobileledger%2Futils%2FColors.java;h=adefa6f30e701d538b4f6c02a452f15a4873adff;hp=9d0c6aaaf51cf90713c96a4a108064c0495a9d82;hb=87a1e58f79757bb0257c911e9bd77eb5d77a3e40;hpb=93545c6fbf1244fbd96ecfc50e1115dbdc25f9ae diff --git a/app/src/main/java/net/ktnx/mobileledger/utils/Colors.java b/app/src/main/java/net/ktnx/mobileledger/utils/Colors.java index 9d0c6aaa..adefa6f3 100644 --- a/app/src/main/java/net/ktnx/mobileledger/utils/Colors.java +++ b/app/src/main/java/net/ktnx/mobileledger/utils/Colors.java @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Damyan Ivanov. + * Copyright © 2021 Damyan Ivanov. * This file is part of MoLe. * MoLe is free software: you can distribute it and/or modify it * under the term of the GNU General Public License as published by @@ -70,7 +70,7 @@ public class Colors { int secondary; @ColorInt public static int tableRowDarkBG; - public static int profileThemeId = -1; + public static int profileThemeId = DEFAULT_HUE_DEG; public static void refreshColors(Resources.Theme theme) { TypedValue tv = new TypedValue(); theme.resolveAttribute(R.attr.table_row_dark_bg, tv, true);