Skip to content

Commit fd9cd62

Browse files
committed
removed some files which don't need to anymore
1 parent 1e7250d commit fd9cd62

File tree

4 files changed

+19
-44
lines changed

4 files changed

+19
-44
lines changed

app/proguard-rules.pro

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

app/src/main/AndroidManifest.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
225

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>
2323
</manifest>

elasticviews/.DS_Store

-6 KB
Binary file not shown.

elasticviews/src/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)