|
13 | 13 | android:icon="@mipmap/ic_launcher" |
14 | 14 | android:label="@string/app_name" |
15 | 15 | android:networkSecurityConfig="@xml/network_security_config" |
| 16 | + android:requestLegacyExternalStorage="true" |
16 | 17 | android:roundIcon="@mipmap/ic_launcher_round" |
17 | 18 | android:supportsRtl="true" |
18 | | - android:requestLegacyExternalStorage="true" |
19 | 19 | android:theme="@style/AppTheme"> |
20 | 20 |
|
21 | 21 | <activity |
22 | 22 | android:name="com.example.sampleapp.views.activities.MainActivity" |
23 | | - android:theme="@style/AppTheme.NoActionBar" |
24 | | - android:exported="false" |
25 | | - /> |
26 | | - <activity |
27 | | - android:name="com.example.sampleapp.views.activities.NewsDetailActivity" |
28 | | - android:label="@string/title_activity_news_detail" |
29 | | - android:theme="@style/AppTheme.NoActionBar" |
30 | | - android:exported="false"/> |
31 | | - <activity |
32 | | - android:name="com.example.sampleapp.views.activities.SplashScreenActivity" |
33 | | - android:screenOrientation="portrait" |
34 | | - android:theme="@style/Theme.Design.Light.NoActionBar" |
35 | | - android:exported="true"> |
| 23 | + android:exported="true" |
| 24 | + android:theme="@style/SplashScreenTheme"> |
36 | 25 | <intent-filter> |
37 | 26 | <action android:name="android.intent.action.MAIN" /> |
38 | | - |
39 | 27 | <category android:name="android.intent.category.LAUNCHER" /> |
40 | 28 | </intent-filter> |
41 | 29 | </activity> |
42 | 30 |
|
| 31 | + <activity |
| 32 | + android:name="com.example.sampleapp.views.activities.NewsDetailActivity" |
| 33 | + android:exported="false" |
| 34 | + android:label="@string/title_activity_news_detail" |
| 35 | + android:theme="@style/AppTheme.NoActionBar" /> |
| 36 | + |
43 | 37 | <provider |
44 | 38 | android:name="androidx.core.content.FileProvider" |
45 | 39 | android:authorities="${applicationId}.provider" |
|
0 commit comments