X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fnet%2Fktnx%2Fmobileledger%2Futils%2FGlobals.java;fp=app%2Fsrc%2Fmain%2Fjava%2Fnet%2Fktnx%2Fmobileledger%2Futils%2FGlobals.java;h=39884f0517ad389859578b5db954bd44c221ac11;hp=0000000000000000000000000000000000000000;hb=c7b957ab880ff947ef90e70e41c7bc1c19a1caa3;hpb=160edb0e0fe58f5076329e8622db414001895530 diff --git a/app/src/main/java/net/ktnx/mobileledger/utils/Globals.java b/app/src/main/java/net/ktnx/mobileledger/utils/Globals.java new file mode 100644 index 00000000..39884f05 --- /dev/null +++ b/app/src/main/java/net/ktnx/mobileledger/utils/Globals.java @@ -0,0 +1,28 @@ +/* + * Copyright © 2018 Damyan Ivanov. + * This file is part of Mobile-Ledger. + * Mobile-Ledger is free software: you can distribute it and/or modify it + * under the term of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your opinion), any later version. + * + * Mobile-Ledger is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License terms for details. + * + * You should have received a copy of the GNU General Public License + * along with Mobile-Ledger. If not, see . + */ + +package net.ktnx.mobileledger.utils; + +import android.support.annotation.ColorInt; + +public final class Globals { + @ColorInt + public static int table_row_even_bg; + @ColorInt + public static int table_row_odd_bg; + +} \ No newline at end of file