Skip to content

Commit

Permalink
- Clean the project (remove the sample and useless items to stay only…
Browse files Browse the repository at this point in the history
… the lib);

- Update readme;
  • Loading branch information
douglasspgyn committed Aug 11, 2017
1 parent f13cde6 commit 29c6475
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 346 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,22 @@ doubleTapView.setOnDoubleTapEventListener(new DoubleTapView.onDoubleTapEventList
```

###### I'm trying to improve it with custom animation and custom animated background shape.

## How to user

Add maven jitpack.io on Project Grable:
```xml
allprojects {
repositories {
     maven { url 'https://jitpack.io' }
}
}
```

and de lib dependence on Module Gradle:

```xml
dependencies {
compile 'com.github.douglasspgyn:DoubleTapView:0.1.0'
}
```

This file was deleted.

Binary file removed app/src/main/res/drawable-hdpi/ic_android.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-mdpi/ic_android.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-xhdpi/ic_android.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-xxhdpi/ic_android.png
Binary file not shown.
136 changes: 0 additions & 136 deletions app/src/main/res/layout/activity_main.xml

This file was deleted.

Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<resources>

<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>

</resources>

0 comments on commit 29c6475

Please sign in to comment.