Zoltan Demant
Zoltan Demant
**Description** I have a setup where I show a list of items, tapping one leads to its detail screen which is really a pager with the tapped item pre-selected. In...
## What happened? The library declares `android:theme="@style/Theme.MaterialComponents.DayNight.NoActionBar"` in its manifest. Unfortunately this breaks things for projects like mine that dont depend on material at all. Please consider ditching it, if...
Consider a scenario where the user can click a button to start (or restart) the effects, how would I best go about doing that? Current, a bit hackish approach is...