|
14 | 14 | android:label="@string/app_name" |
15 | 15 | android:theme="@style/Theme.Default"> |
16 | 16 | <activity |
17 | | - android:name=".activity.SplashActivity" |
| 17 | + android:name=".activity.ReportActivity" |
18 | 18 | android:screenOrientation="portrait" |
19 | | - android:theme="@style/Theme.NoTitle"> |
20 | | - <intent-filter> |
21 | | - <action android:name="android.intent.action.MAIN" /> |
22 | | - |
23 | | - <category android:name="android.intent.category.LAUNCHER" /> |
24 | | - </intent-filter> |
25 | | - </activity> |
26 | | - <activity android:name=".activity.ReportActivity" /> |
| 19 | + android:theme="@style/Theme.Default" /> |
27 | 20 |
|
28 | 21 | <meta-data |
29 | 22 | android:name="com.google.android.gms.version" |
|
33 | 26 | android:name=".activity.NavDrawerActivity" |
34 | 27 | android:label="@string/app_name" |
35 | 28 | android:screenOrientation="portrait" |
36 | | - android:theme="@style/Theme.Default" /> |
| 29 | + android:theme="@style/Theme.Default"> |
| 30 | + <intent-filter> |
| 31 | + <action android:name="android.intent.action.MAIN" /> |
| 32 | + |
| 33 | + <category android:name="android.intent.category.LAUNCHER" /> |
| 34 | + </intent-filter> |
| 35 | + </activity> |
37 | 36 | <activity |
38 | 37 | android:name=".activity.AddExpenseActivity" |
39 | 38 | android:label="@string/title_add_expense" |
40 | | - android:screenOrientation="portrait" /> |
| 39 | + android:screenOrientation="portrait" |
| 40 | + android:theme="@style/Theme.Default" /> |
41 | 41 | <activity |
42 | 42 | android:name=".activity.AddIncomeActivity" |
43 | 43 | android:label="@string/title_add_income" |
44 | | - android:screenOrientation="portrait" /> |
| 44 | + android:screenOrientation="portrait" |
| 45 | + android:theme="@style/Theme.Default" /> |
45 | 46 | </application> |
46 | 47 |
|
47 | 48 | </manifest> |
0 commit comments