1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.skydoves.elasticviewsdemo" >
4
-
5
- <application
6
- android : allowBackup =" true"
7
- android : icon =" @mipmap/ic_launcher"
8
- android : label =" @string/app_name"
9
- android : supportsRtl =" true"
10
- android : theme =" @style/AppTheme" >
11
- <activity android : name =" .MainActivity" >
12
- <intent-filter >
13
- <action android : name =" android.intent.action.MAIN" />
14
-
15
- <category android : name =" android.intent.category.LAUNCHER" />
16
- </intent-filter >
17
- </activity >
18
- <activity android : name =" .ExampleActivity0" />
19
- <activity android : name =" .ExampleActivity1" />
20
- <activity android : name =" .ExampleActivity2" />
21
- </application >
3
+ xmlns : tools =" http://schemas.android.com/tools"
4
+ package =" com.skydoves.elasticviewsdemo" >
22
5
6
+ <application
7
+ android : allowBackup =" true"
8
+ android : icon =" @mipmap/ic_launcher"
9
+ android : label =" @string/app_name"
10
+ android : supportsRtl =" true"
11
+ android : theme =" @style/AppTheme"
12
+ tools : ignore =" GoogleAppIndexingWarning" >
13
+ <activity android : name =" .MainActivity" >
14
+ <intent-filter >
15
+ <action android : name =" android.intent.action.MAIN" />
16
+ <category android : name =" android.intent.category.LAUNCHER" />
17
+ </intent-filter >
18
+ </activity >
19
+ <activity android : name =" .ExampleActivity0" />
20
+ <activity android : name =" .ExampleActivity1" />
21
+ <activity android : name =" .ExampleActivity2" />
22
+ </application >
23
23
</manifest >
0 commit comments