The Wayback Machine - https://web.archive.org/web/20210812091155/https://github.com/topics/state-machine
Skip to content
#

state-machine

Here are 1,063 public repositories matching this topic...

manevpe
manevpe commented Apr 14, 2021

Is your feature request related to a problem? Please describe.
I'd like to have scrollbars that I can use. It would help me with visual orientation on the workspace.
I'd like to be able to scroll with the mouse wheel, instead of zooming in / out.

Describe the solution you'd like
A configuration option to enable scrollbars.
A configuration option to set the behaviour of the mouse whe

workflow
zach-klippenstein
zach-klippenstein commented Feb 15, 2020

If you think this will be the same for all apps you could just extract it into a separate .gradle file and apply to demo apps.

Something like:

./buildscript/configure-sample-app.gradle

apply plugin: 'com.android.application'

android {
  defaultConfig {
    testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
  }

  testOptions {
    animationsDisabled = true

Improve this page

Add a description, image, and links to the state-machine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the state-machine topic, visit your repo's landing page and select "manage topics."

Learn more