From 9be6394737a1446d38cb485a75175c579ec72774 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sat, 7 Apr 2012 21:28:21 +0000 Subject: [PATCH] DroidFish: Changed default value of "flip board based on player name" setting to "true". --- DroidFish/res/xml/preferences.xml | 2 +- DroidFish/src/org/petero/droidfish/DroidFish.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DroidFish/res/xml/preferences.xml b/DroidFish/res/xml/preferences.xml index a2f13d5..12951ba 100644 --- a/DroidFish/res/xml/preferences.xml +++ b/DroidFish/res/xml/preferences.xml @@ -19,7 +19,7 @@ android:key="playerNameFlip" android:title="@string/prefs_playerNameFlip_title" android:summary="@string/prefs_playerNameFlip_summary" - android:defaultValue="false"> + android:defaultValue="true">