You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This class is final now. Make sure you're not extending from it.
130
+
131
+
#####LayersHolder
132
+
This class is package-local now. Make sure you're not using it.
133
+
134
+
#####PageFragment
135
+
**getRootResId()** and **getBackgroundColorResId()** methods are deprecated. You can remove them now. To specify page's color see **PresentationPagerFragment.getPageColor(int)** method.
136
+
137
+
#####PresentationPagerFragment
138
+
**getPageFragments()** method is deprecated. You can remove it now. Use **getPagesCount()** and **getPage(int)** methods instead.
139
+
**NOTE:** make sure you're returning new fragment instance when displaying tutorial with infinite scroll enabled.
140
+
96
141
## Support
97
142
If you have any questions regarding the use of this tutorial, please contact us for support
98
143
at info@cleveroad.com (email subject: «Sliding android app tutorial. Support request.»)
@@ -108,7 +153,7 @@ at info@cleveroad.com (email subject: «Sliding android app tutorial. Support re
108
153
109
154
The MIT License (MIT)
110
155
111
-
Copyright (c) 2015 Cleveroad
156
+
Copyright (c) 2015-2016 Cleveroad
112
157
113
158
Permission is hereby granted, free of charge, to any person obtaining a copy
114
159
of this software and associated documentation files (the "Software"), to deal
0 commit comments