Does anyone know why Tolriq hasn’t responded to our requests to add new button styles after so many requests? If that could be changed, the application would be much improved.
1 Like
I’m pretty sure their primary focus is to keep the app as lightweight (aka small and fast) as possible.
AFAIK all icons currently used in the app are provided by the Android system itself. A brief look inside the APK shows that there are no images bundled in the app.
Adding custom icons may require them to bundle those image files into the app, which would cause a significant increase in the app’s size. So I assume they are holding off on this feature until they can find a way to load the images from an external source somehow. (Like how custom fonts are fetched from online, rather than trying to include everything inside the app.)
3 Likes