function package changed to functions

This commit is contained in:
serso
2016-01-29 21:23:18 +01:00
parent 9c71e329cd
commit 9d2f739e22
24 changed files with 51 additions and 63 deletions

View File

@@ -83,7 +83,7 @@
android:label="@string/c_about" />
<activity
android:name=".math.edit.FunctionsActivity"
android:name=".functions.FunctionsActivity"
android:label="@string/c_functions" />
<activity