cpp-113: Checkbox is black on some devices with Material Dark theme

Fixes #113
This commit is contained in:
serso
2015-02-12 20:45:38 +01:00
parent 3ca8a226d8
commit 8e9301832f
14 changed files with 279 additions and 408 deletions

View File

@@ -45,7 +45,7 @@
<activity android:clearTaskOnLaunch="true" android:label="@string/c_app_name" android:launchMode="singleTop" android:name=".CalculatorActivityMobile" android:windowSoftInputMode="adjustPan"/>
<activity android:label="@string/c_app_settings" android:name=".preferences.PreferencesActivity" android:theme="@style/Cpp.Theme.Settings"/>
<activity android:label="@string/c_app_settings" android:name=".preferences.PreferencesActivity"/>
<activity android:label="@string/c_history" android:name=".history.CalculatorHistoryActivity"/>
@@ -87,8 +87,6 @@
</intent-filter>
</activity>
<activity android:label="@string/c_settings" android:name=".plot.PlotPreferenceActivity" android:theme="@style/Cpp.Theme.Settings"/>
<!-- ONSCREEN CONFIG -->
<activity android:icon="@drawable/ic_launcher_window" android:label="@string/c_app_name_on_screen" android:launchMode="singleInstance" android:name=".onscreen.CalculatorOnscreenStartActivity" android:theme="@style/Cpp.Theme.Dialog.Material">