mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
cleanup; tweak string
This commit is contained in:
parent
1a6f5842c6
commit
88d8e61620
4 changed files with 6 additions and 10 deletions
|
@ -1095,7 +1095,8 @@
|
|||
tapping. -->
|
||||
<string name="hide_crosshairs">Disable crosshairs</string>
|
||||
<!-- explanation of the above -->
|
||||
<string name="hide_crosshairs_summary">Do not visually indicate which board cell is touched</string>
|
||||
<string name="hide_crosshairs_summary">Do not show which board
|
||||
cell is touched</string>
|
||||
|
||||
<string name="network_behavior">Network game settings</string>
|
||||
<!-- explanation of the above -->
|
||||
|
|
|
@ -943,7 +943,8 @@
|
|||
tapping. -->
|
||||
<string name="hide_crosshairs">Elbasid sriahssorc</string>
|
||||
<!-- explanation of the above -->
|
||||
<string name="hide_crosshairs_summary">Od ton yllausiv etacidni hcihw draob llec si dehcuot</string>
|
||||
<string name="hide_crosshairs_summary">Od ton wohs hcihw draob
|
||||
llec si dehcuot</string>
|
||||
<string name="network_behavior">Krowten emag sgnittes</string>
|
||||
<!-- explanation of the above -->
|
||||
<string name="network_behavior_summary">Sgnittes taht ylppa ot
|
||||
|
|
|
@ -943,7 +943,8 @@
|
|||
tapping. -->
|
||||
<string name="hide_crosshairs">DISABLE CROSSHAIRS</string>
|
||||
<!-- explanation of the above -->
|
||||
<string name="hide_crosshairs_summary">DO NOT VISUALLY INDICATE WHICH BOARD CELL IS TOUCHED</string>
|
||||
<string name="hide_crosshairs_summary">DO NOT SHOW WHICH BOARD
|
||||
CELL IS TOUCHED</string>
|
||||
<string name="network_behavior">NETWORK GAME SETTINGS</string>
|
||||
<!-- explanation of the above -->
|
||||
<string name="network_behavior_summary">SETTINGS THAT APPLY TO
|
||||
|
|
|
@ -22,21 +22,14 @@ package org.eehouse.android.xw4;
|
|||
|
||||
import android.app.Activity;
|
||||
import android.content.Context;
|
||||
import android.content.res.Resources;
|
||||
import android.graphics.Bitmap;
|
||||
import android.graphics.Canvas;
|
||||
import android.graphics.Paint.FontMetricsInt;
|
||||
import android.graphics.Paint;
|
||||
import android.graphics.Rect;
|
||||
import android.graphics.drawable.BitmapDrawable;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.os.Build;
|
||||
import android.util.AttributeSet;
|
||||
import android.util.FloatMath;
|
||||
import android.view.MotionEvent;
|
||||
import android.view.View;
|
||||
import java.nio.IntBuffer;
|
||||
import java.util.Set;
|
||||
|
||||
import org.eehouse.android.xw4.jni.*;
|
||||
import org.eehouse.android.xw4.jni.CommsAddrRec.CommsConnTypeSet;
|
||||
|
|
Loading…
Reference in a new issue