mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
increase size of miniwindow text and move linebreak in trading text so
still fits at larger size.
This commit is contained in:
parent
77373765f8
commit
f5f54f53f4
2 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@
|
|||
<string name="bonus_l3x">Triple letter</string>
|
||||
<string name="bonus_w2x">Double word</string>
|
||||
<string name="bonus_w3x">Triple word</string>
|
||||
<string name="trading_text">Trading tiles.\nSelect \'turn done\' when ready</string>
|
||||
<string name="trading_text">Trading tiles. Select\n\'Turn done\' when ready.</string>
|
||||
<string name="tile_back">Tile background</string>
|
||||
<string name="focus">Focus color</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
|
|
|
@ -22,7 +22,7 @@ import junit.framework.Assert;
|
|||
|
||||
public class BoardView extends View implements DrawCtx, BoardHandler,
|
||||
SyncedDraw {
|
||||
private static final int k_miniTextSize = 16;
|
||||
private static final int k_miniTextSize = 24;
|
||||
private static final int k_miniPaddingH = 2;
|
||||
private static final int k_miniPaddingV = 2;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue