ActivityLauncher

This commit is contained in:
serso
2016-02-04 17:05:25 +01:00
parent ebdfbc328c
commit 07a1608a80
13 changed files with 180 additions and 245 deletions

View File

@@ -67,7 +67,7 @@
android:label="@string/c_app_settings" />
<activity
android:name=".history.CalculatorHistoryActivity"
android:name=".history.HistoryActivity"
android:label="@string/c_history" />
<activity
@@ -78,7 +78,7 @@
android:theme="@style/Cpp.Theme.Translucent" />
<activity
android:name=".about.CalculatorAboutActivity"
android:name=".about.AboutActivity"
android:label="@string/c_about" />
<activity