mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
copy gmail app's selection color
This commit is contained in:
parent
638ad7b2c2
commit
8816e590f2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class XWApp extends Application {
|
|||
|
||||
public static final String SMS_PUBLIC_HEADER = "-XW4";
|
||||
public static final int MAX_TRAY_TILES = 7; // comtypes.h
|
||||
public static final int SEL_COLOR = Color.argb( 255, 127, 127, 255 );
|
||||
public static final int SEL_COLOR = Color.argb( 0xFF, 0xCF, 0XE9, 0XF3 );
|
||||
|
||||
private static UUID s_UUID = null;
|
||||
private static Boolean s_onEmulator = null;
|
||||
|
|
Loading…
Reference in a new issue