This commit is contained in:
serso
2016-02-24 15:29:42 +01:00
parent b83d5f68e9
commit 828f9fa07b
47 changed files with 2450 additions and 596 deletions

View File

@@ -117,6 +117,10 @@
android:label="@string/c_vars_and_constants"
android:theme="@style/Cpp.Theme.Dialog" />
<activity
android:name=".plot.PlotActivity"
android:label="@string/cpp_plotter" />
<activity
android:name=".wizard.WizardActivity"
android:launchMode="singleTop"