From a53834d21ea9a57b1c4d458bbc25a3e1fea553cf Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sat, 7 Apr 2012 10:43:12 +0000 Subject: [PATCH] DroidFish: Added preference setting for left-handed landscape mode. --- DroidFish/res/layout/main_left_handed.xml | 82 +++++++++++++++++++ DroidFish/res/values/strings.xml | 2 + DroidFish/res/xml/preferences.xml | 6 ++ .../src/org/petero/droidfish/DroidFish.java | 6 +- 4 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 DroidFish/res/layout/main_left_handed.xml diff --git a/DroidFish/res/layout/main_left_handed.xml b/DroidFish/res/layout/main_left_handed.xml new file mode 100644 index 0000000..3021960 --- /dev/null +++ b/DroidFish/res/layout/main_left_handed.xml @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/DroidFish/res/values/strings.xml b/DroidFish/res/values/strings.xml index c9463ad..dbc90cf 100644 --- a/DroidFish/res/values/strings.xml +++ b/DroidFish/res/values/strings.xml @@ -400,6 +400,8 @@ you are not actively using the program.\ Scrolling speed for game navigation Invert Scroll Direction Enable this if you think scrolling moves in the wrong direction + Left-handed mode + Controls on left side in landscape mode Text Size Font size for move list and game information Large Buttons diff --git a/DroidFish/res/xml/preferences.xml b/DroidFish/res/xml/preferences.xml index 5568290..6a1c276 100644 --- a/DroidFish/res/xml/preferences.xml +++ b/DroidFish/res/xml/preferences.xml @@ -146,6 +146,12 @@ android:summary="@string/prefs_invertScrollDirection_summary" android:defaultValue="false"> + +