Open SeloSlav opened 7 years ago
Hi, @santafebound! As description says, you can customize animation only by changing: sun.png - Sun image sky.png - background image buildings.png - foreground image in your project. No other possibilities.
Cool, but is there a way to do this programatically if I've only included the project via gradle? I don't have the source in my project is what I'm saying.
For now no. Only by editing the source.
I try this custom foreground but it shows recyclerview overlapping. how to solve this <com.yalantis.phoenix.PullToRefreshView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/pull_to_refresh" android:foreground="@drawable/buildings" android:layout_width="match_parent" android:layout_height="match_parent"/>
Is it possible to change the graphics programatically? I want to build via gradle...