|
60 | 60 | android:background="@drawable/vocab_clipboard_yellow" |
61 | 61 | android:text="@string/pimples" |
62 | 62 | android:gravity="center" |
| 63 | + android:autoSizeTextType="uniform" |
| 64 | + android:autoSizeMinTextSize="@dimen/vocab_match_minTextSize" |
| 65 | + android:autoSizeMaxTextSize="@dimen/vocab_match_maxTextSize" |
| 66 | + android:autoSizeStepGranularity="1dp" |
| 67 | + android:paddingLeft="@dimen/vocab_match_padding" |
63 | 68 | /> |
64 | 69 | <powerup.systers.com.vocab_match_game.VocabBoardTextView |
65 | 70 | android:id="@+id/tv2" |
|
68 | 73 | android:layout_weight="1" |
69 | 74 | android:background="@drawable/vocab_clipboard_yellow" |
70 | 75 | android:text="@string/bra" |
71 | | - android:gravity="center"/> |
| 76 | + android:gravity="center" |
| 77 | + android:autoSizeTextType="uniform" |
| 78 | + android:autoSizeMinTextSize="@dimen/vocab_match_minTextSize" |
| 79 | + android:autoSizeMaxTextSize="@dimen/vocab_match_maxTextSize" |
| 80 | + android:autoSizeStepGranularity="1dp" |
| 81 | + android:paddingLeft="@dimen/vocab_match_padding"/> |
72 | 82 | <powerup.systers.com.vocab_match_game.VocabBoardTextView |
73 | 83 | android:id="@+id/tv3" |
74 | 84 | android:layout_width="match_parent" |
75 | 85 | android:layout_height="0dp" |
76 | 86 | android:layout_weight="1" |
77 | 87 | android:background="@drawable/vocab_clipboard_yellow" |
78 | 88 | android:text="@string/periods" |
79 | | - android:gravity="center"/> |
| 89 | + android:gravity="center" |
| 90 | + android:autoSizeTextType="uniform" |
| 91 | + android:autoSizeMinTextSize="@dimen/vocab_match_minTextSize" |
| 92 | + android:autoSizeMaxTextSize="@dimen/vocab_match_maxTextSize" |
| 93 | + android:autoSizeStepGranularity="1dp" |
| 94 | + android:paddingLeft="@dimen/vocab_match_padding"/> |
80 | 95 | </LinearLayout> |
81 | 96 | </LinearLayout> |
82 | | - |
83 | | - |
84 | 97 | </FrameLayout> |
0 commit comments