Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
10
apk_decompiled/sources/U/v.java
Normal file
10
apk_decompiled/sources/U/v.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package U;
|
||||
|
||||
import android.widget.TextView;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class v {
|
||||
public static void a(TextView textView, int i, float f2) {
|
||||
textView.setLineHeight(i, f2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user