use darker selection color from alarm clock app, which has a similar dark theme.

This commit is contained in:
Eric House 2013-10-16 06:20:01 -07:00
parent 7fd535b141
commit dab8ba88e5

View file

@ -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( 0xFF, 0xCF, 0XE9, 0XF3 );
public static final int SEL_COLOR = Color.argb( 0xFF, 0x09, 0x70, 0x93 );
private static UUID s_UUID = null;
private static Boolean s_onEmulator = null;