From 7a2bce1e89641243b4cc397a86e05f9eaba5da05 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sat, 29 Sep 2012 12:00:40 +0000 Subject: [PATCH] DroidFish: Added option to control title bar scrolling. --- DroidFish/res/values/strings.xml | 2 ++ DroidFish/res/xml/preferences.xml | 6 +++++ .../src/org/petero/droidfish/DroidFish.java | 24 +++++++++++++++---- .../droidfish/activities/EditBoard.java | 17 ++++++++++--- 4 files changed, 41 insertions(+), 8 deletions(-) diff --git a/DroidFish/res/values/strings.xml b/DroidFish/res/values/strings.xml index 4926181..e92c750 100644 --- a/DroidFish/res/values/strings.xml +++ b/DroidFish/res/values/strings.xml @@ -262,6 +262,8 @@ you are not actively using the program.\ Behavior Animate Moves Animate piece movements + Titlebar Scrolling + Auto scroll titlebar if player names are too long Quick Move Input From and To squares can be touched in any order. Move is played as soon as uniquely defined. Enable Sounds diff --git a/DroidFish/res/xml/preferences.xml b/DroidFish/res/xml/preferences.xml index 6953da0..6eabebc 100644 --- a/DroidFish/res/xml/preferences.xml +++ b/DroidFish/res/xml/preferences.xml @@ -173,6 +173,12 @@ android:summary="@string/prefs_animateMoves_summary" android:defaultValue="true"> + +