Decrease max size of font
This commit is contained in:
parent
c8fe023c2b
commit
b26defd976
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import android.widget.TextView;
|
||||||
|
|
||||||
public class FontFitTextView extends LinearLayout {
|
public class FontFitTextView extends LinearLayout {
|
||||||
|
|
||||||
private static float MAX_TEXT_SIZE = 28;
|
private static float MAX_TEXT_SIZE = 24;
|
||||||
private TextView tv;
|
private TextView tv;
|
||||||
|
|
||||||
public FontFitTextView(Context context) {
|
public FontFitTextView(Context context) {
|
||||||
|
|
Loading…
Reference in a new issue