Package cn.authing.guard
Class GlobalStyle
- java.lang.Object
-
- cn.authing.guard.GlobalStyle
-
public class GlobalStyle extends Object
-
-
Constructor Summary
Constructors Constructor Description GlobalStyle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclear()static intgetEditTextBackground()static intgetEditTextLayoutBackground()static booleanisIsEditTextBackgroundSet()static booleanisIsEditTextLayoutBackgroundSet()static voidsetEditTextBackground(int sEditTextBackground)static voidsetEditTextLayoutBackground(int sEditTextLayoutBackground)
-
-
-
Method Detail
-
clear
public static void clear()
-
getEditTextLayoutBackground
public static int getEditTextLayoutBackground()
-
setEditTextLayoutBackground
public static void setEditTextLayoutBackground(int sEditTextLayoutBackground)
-
isIsEditTextLayoutBackgroundSet
public static boolean isIsEditTextLayoutBackgroundSet()
-
getEditTextBackground
public static int getEditTextBackground()
-
setEditTextBackground
public static void setEditTextBackground(int sEditTextBackground)
-
isIsEditTextBackgroundSet
public static boolean isIsEditTextBackgroundSet()
-
-