-
public class ThemeUtils
-
-
Field Summary
Fields Modifier and Type Field Description public final static ThemeUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final BooleanisNightMode(Context context)判断是否是深色模式 -
-
Method Detail
-
isNightMode
final Boolean isNightMode(Context context)
判断是否是深色模式
-
-
-
-