Use toolbar instead of action bar in main activity

This commit is contained in:
serso
2016-02-21 13:25:14 +01:00
parent e30e8ca2fe
commit 96b4290260
24 changed files with 179 additions and 271 deletions

View File

@@ -56,13 +56,6 @@
</intent-filter>
</receiver>
<activity
android:name=".CalculatorActivityMobile"
android:clearTaskOnLaunch="true"
android:label="@string/c_app_name"
android:launchMode="singleTop"
android:windowSoftInputMode="adjustPan" />
<activity
android:name=".preferences.PreferencesActivity"
android:label="@string/c_app_settings" />