View Single Post
Old 03-05-2024, 09:54 PM   #3
Maimun Ahmed
Mr. Developer
Maimun Ahmed began at the beginning.
 
Posts: 24
Karma: 10
Join Date: Feb 2024
Device: Kindle Voyage
Quote:
Originally Posted by pazos View Post
That's a standard android dialog without a frame.

It is in https://github.com/koreader/android-...s.kt#L160-L187

Used while uncompressing APK assets in device's storage. You should see the dots animation once per version.

You can't repurpose the dialog for anything non-android.
Thank you pazos for the answer. The code seems to be a kotlin script. I just wished to create a similar animation using lua that can be embedded in KOReader's source code (like the standard progress bar in frontend/ui/widget.
Maimun Ahmed is offline   Reply With Quote