Use a central attribute for animation speed

This commit is contained in:
Torsten Grote
2021-02-09 14:37:24 -03:00
parent 4f08f81779
commit eb9ff9c954
11 changed files with 30 additions and 37 deletions

View File

@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="animationSpeed">@android:integer/config_mediumAnimTime</integer>
<declare-styleable name="BriarRecyclerView">
<attr name="scrollToEnd" format="boolean" />
<attr name="emptyImage" format="integer" />