Add support for high contrast in DragViews

This commit is contained in:
serso
2016-05-11 17:43:37 +02:00
parent 2609cede5b
commit 06dfc074b1
10 changed files with 105 additions and 7 deletions

View File

@@ -38,6 +38,10 @@
a:key="gui.theme"
a:title="@string/cpp_theme" />
<android.preference.CheckBoxPreference
a:key="gui.highContrast"
a:title="High contrast" />
<android.preference.CheckBoxPreference
a:defaultValue="true"
a:key="gui.rotateScreen"