Jan Heinrich Merker

Results 137 comments of Jan Heinrich Merker

@jbowens We're a small student's council and host a few online games / game clones for our students: https://github.com/fsrmatheinfo/spieleabend We would really like to include your repo in the collection,...

Good catch! Would you mind submitting a quick PR?

I am currently not actively developing this library. Though I would really appreciate if you'd create a PR 😃👍

Is there any docs for `android:textColorPrimary` saying it isn't available pre Lollipop?

No, technically `android:textColorPrimary` existed since the early beginnings of Android in SDK version 1: https://developer.android.com/reference/android/R.attr.html#textColorPrimary So theoretically the attribute is there...

Then we should try to fix it on a library level.

@aminecmi would you mind adding a default `android:textColorPrimary` for the `themes.xml` for android versions below SDK 21 and updating your PR? This'll need to copy the existing `themes.xml` into the...

This is not really an issue. `CoordinatorLayout` uses `Behavior`s to collapse or move anything in it. Any `View` can have its own `Behavior`. `FloatingActionButton` has its `Behavior` set to collapse....

I've made a library that stores step data and you are also able to receive step data: https://github.com/HeinrichReimer/Android-SingleInputForm