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"> + +