Fix playlist reload
This commit is contained in:
parent
54f95dbd92
commit
e5f6e83dd4
5 changed files with 90 additions and 52 deletions
|
@ -253,9 +253,15 @@
|
|||
<item name="strokeColor">?android:attr/colorButtonNormal</item>
|
||||
<item name="cardElevation">0dp</item>
|
||||
</style>
|
||||
|
||||
<!-- This will set the fade in animation on all your activities by default -->
|
||||
<style name="WindowAnimationTransition">
|
||||
<item name="android:windowEnterAnimation">@android:anim/fade_in</item>
|
||||
<item name="android:windowExitAnimation">@android:anim/fade_out</item>
|
||||
</style>
|
||||
|
||||
<style name="circleImageView" parent="">
|
||||
<item name="cornerFamily">rounded</item>
|
||||
<item name="cornerSize">5%</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue