Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 1a639f2

Browse files
author
evgenii
committed
Removed a SplashActivity.
1 parent 1245cc5 commit 1a639f2

File tree

3 files changed

+13
-65
lines changed

3 files changed

+13
-65
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,9 @@
1414
android:label="@string/app_name"
1515
android:theme="@style/Theme.Default">
1616
<activity
17-
android:name=".activity.SplashActivity"
17+
android:name=".activity.ReportActivity"
1818
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" />
2720

2821
<meta-data
2922
android:name="com.google.android.gms.version"
@@ -33,15 +26,23 @@
3326
android:name=".activity.NavDrawerActivity"
3427
android:label="@string/app_name"
3528
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>
3736
<activity
3837
android:name=".activity.AddExpenseActivity"
3938
android:label="@string/title_add_expense"
40-
android:screenOrientation="portrait" />
39+
android:screenOrientation="portrait"
40+
android:theme="@style/Theme.Default" />
4141
<activity
4242
android:name=".activity.AddIncomeActivity"
4343
android:label="@string/title_add_income"
44-
android:screenOrientation="portrait" />
44+
android:screenOrientation="portrait"
45+
android:theme="@style/Theme.Default" />
4546
</application>
4647

4748
</manifest>

app/src/main/java/com/blogspot/e_kanivets/moneytracker/activity/SplashActivity.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

app/src/main/res/layout/activity_splash.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)