Switched from using ActionBar to using Toolbar

This commit is contained in:
Dan Galpin
2015-05-25 01:29:03 -07:00
parent 3ef2dfaea6
commit 7bd1eeb1e6
8 changed files with 105 additions and 47 deletions

View File

@@ -43,8 +43,7 @@
android:supportsRtl="true">
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:theme="@style/ForecastTheme" >
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />