Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haozi committed Apr 17, 2019
1 parent d61d376 commit 79aaac9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions Toastlib/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="top_toast_style" parent="@android:style/Animation.Toast">
<item name="android:windowEnterAnimation">@anim/top_in</item>
<item name="android:windowExitAnimation">@anim/top_out</item>
<style name="top_toast_style">
<item name="android:windowEnterAnimation">@anim/enter_top_in</item>
<item name="android:windowExitAnimation">@anim/exit_top_out</item>
</style>
</resources>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
repositories {
google()
jcenter()

maven { url 'https://www.jitpack.io' }
}
}

Expand Down

0 comments on commit 79aaac9

Please sign in to comment.