mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-08 11:21:04 -08:00
renamed app to anixstream
This commit is contained in:
9
anixstream/View/SearchScreen/components/pagination.py
Normal file
9
anixstream/View/SearchScreen/components/pagination.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from kivy.properties import ObjectProperty, NumericProperty
|
||||
|
||||
from kivymd.uix.boxlayout import MDBoxLayout
|
||||
|
||||
|
||||
class SearchResultsPagination(MDBoxLayout):
|
||||
current_page = NumericProperty()
|
||||
total_pages = NumericProperty()
|
||||
search_view = ObjectProperty()
|
||||
Reference in New Issue
Block a user