Typefaced* views now deprecated due to using reflection
This commit is contained in:
parent
95aa507c39
commit
20705feac6
|
|
@ -49,6 +49,7 @@ import ru.touchin.roboswag.core.log.Lc;
|
|||
* Also in debug mode it has common checks for popular bugs.
|
||||
*/
|
||||
@SuppressWarnings("PMD.ConstructorCallsOverridableMethod")
|
||||
@Deprecated
|
||||
//ConstructorCallsOverridableMethod: it's ok as we need to setTypeface
|
||||
public class TypefacedEditText extends AppCompatEditText {
|
||||
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ import ru.touchin.roboswag.core.log.Lc;
|
|||
* Also in debug mode it has common checks for popular bugs.
|
||||
*/
|
||||
@SuppressWarnings("PMD.ConstructorCallsOverridableMethod")
|
||||
@Deprecated
|
||||
//ConstructorCallsOverridableMethod: it's ok as we need to setTypeface
|
||||
public class TypefacedTextView extends AppCompatTextView {
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ import ru.touchin.roboswag.core.utils.ShouldNotHappenException;
|
|||
* Created by Gavriil Sitnikov on 13/06/2016.
|
||||
* Bunch of inner helper library methods to validate attributes of custom views.
|
||||
*/
|
||||
@Deprecated
|
||||
public final class AttributesUtils {
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue