Skip to content

Commit

Permalink
Removed redundant resources and app config
Browse files Browse the repository at this point in the history
Allow backup configuration in library manifest conflicts with configuration in app, in which it's used. And theme config, setting default application theme, overrides app-specific style in some cases. Also that resources were not used in any way by library.
  • Loading branch information
Maciej Radzikowski committed Jun 2, 2015
1 parent 48741f5 commit e51321f
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 56 deletions.
7 changes: 0 additions & 7 deletions Library/AndroidManifest.xml
Expand Up @@ -7,11 +7,4 @@
android:minSdkVersion="14"
android:targetSdkVersion="19" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
</application>

</manifest>
1 change: 0 additions & 1 deletion Library/build.gradle
Expand Up @@ -29,7 +29,6 @@ android {
resources.srcDirs = ['src']
aidl.srcDirs = ['src']
renderscript.srcDirs = ['src']
res.srcDirs = ['res']
}
}
release {
Expand Down
Binary file removed Library/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed Library/res/drawable-mdpi/Thumbs.db
Binary file not shown.
Binary file removed Library/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed Library/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
11 changes: 0 additions & 11 deletions Library/res/values-v11/styles.xml

This file was deleted.

12 changes: 0 additions & 12 deletions Library/res/values-v14/styles.xml

This file was deleted.

5 changes: 0 additions & 5 deletions Library/res/values/strings.xml

This file was deleted.

20 changes: 0 additions & 20 deletions Library/res/values/styles.xml

This file was deleted.

0 comments on commit e51321f

Please sign in to comment.