Skip to content

Commit e84e7ef

Browse files
somenath1435atm1504
authored andcommitted
Mainactivity as opening screen (#230)
1 parent 4dbbacc commit e84e7ef

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/src/main/AndroidManifest.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<application
1313
android:allowBackup="true"
14-
android:icon="@mipmap/ic_launcher_saar_square"
14+
android:icon="@mipmap/ic_launcher_saar"
1515
android:label="@string/app_name"
1616
android:roundIcon="@mipmap/ic_launcher_saar"
1717
android:supportsRtl="true"
@@ -20,20 +20,20 @@
2020
android:name=".MainActivity"
2121
android:configChanges="keyboardHidden|orientation|screenSize"
2222
android:label="@string/app_name"
23-
android:theme="@style/AppTheme.NoActionBar" />
24-
<activity
25-
android:name=".Gallery.FullScreenImageActivity"
26-
android:label="@string/photo" />
27-
<activity
28-
android:name=".Login_SignUp.LoginSignupActivity"
29-
android:configChanges="keyboardHidden|orientation|screenSize"
30-
android:windowSoftInputMode="adjustPan">
23+
android:theme="@style/AppTheme.NoActionBar">
3124
<intent-filter>
3225
<action android:name="android.intent.action.MAIN" />
3326

3427
<category android:name="android.intent.category.LAUNCHER" />
3528
</intent-filter>
3629
</activity>
30+
<activity
31+
android:name=".Gallery.FullScreenImageActivity"
32+
android:label="@string/photo" />
33+
<activity
34+
android:name=".Login_SignUp.LoginSignupActivity"
35+
android:configChanges="keyboardHidden|orientation|screenSize"
36+
android:windowSoftInputMode="adjustPan" />
3737
<activity
3838
android:name=".Profile.ProfileActivity"
3939
android:configChanges="keyboardHidden|orientation|screenSize"

0 commit comments

Comments
 (0)