moving-bits

Results 732 comments of moving-bits

Material 2 seems to provide an app bar: https://m2.material.io/components/app-bars-top/android (And, BTW, introducing Kotline & Compose gradually is still a valid approach, IMHO, just quite some refactoring + learning curve)

Description of how to migrate `AppCompat.ActionBar` to `AndroidX.ToolBar` as app bar: https://developer.android.com/develop/ui/views/components/appbar/setting-up#java

I just tried with release 2025.08.31 and it works fine over here - text is shown as black on white background (dark theme). On further analysis, this seems to depend...

> But it seems to work the other way for me.. Are you using c:geo in light theme? Then this seems to be working the other way around - seems...

Cannot reproduce with dev build from current `master`, navigation set to "3 dot" and filters switched to "advanced = off". Last line ("Owned") is missing completely on my emulated Pixel...

Thanks for diving into fine-tuning the new coloring! I'm not sure if I have a problem with the "massiveness" in dark mode at all... I'm even thinking if we shouldn't...

Not sure whether this is a theme issue, a map data thing or a library issue. @JakeDot: Which library are you using in the screenshots - VTM or Mapsforge (bitmap)...

Thanks, @devemux86, for the info (and sorry for the delay - have been on vacation). > To combine vector and bitmap maps, you probably need to modify the render theme...

Is there a way to do this in-memory? Users are using quite a variety of different themes, some of them XML, others still zipped - I would not want to...

Thanks @devemux86 for the extension + code sample. I've implemented this for VTM. I've done a short test drive with varying settings. Test setting is: - running VTM based on...