23 lines
640 B
Java
23 lines
640 B
Java
|
package com.scb.phone.view.custom.common;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.util.AttributeSet;
|
||
|
import androidx.appcompat.widget.AppCompatTextView;
|
||
|
import o.C10399eCz;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class WrapTextView extends AppCompatTextView {
|
||
|
public WrapTextView(Context context) {
|
||
|
this(context, null);
|
||
|
}
|
||
|
|
||
|
public WrapTextView(Context context, AttributeSet attributeSet) {
|
||
|
this(context, attributeSet, 0);
|
||
|
}
|
||
|
|
||
|
public WrapTextView(Context context, AttributeSet attributeSet, int i) {
|
||
|
super(context, attributeSet, i);
|
||
|
setTransformationMethod(new C10399eCz());
|
||
|
}
|
||
|
}
|