Tobias Schürg

Results 17 comments of Tobias Schürg

I like this approach: https://hackernoon.com/kotlin-delegates-in-android-development-part-1-50346cf4aed7 which results in: ``` class MyClass(prefs: SharedPreferences) { var count by prefs.int() } ``` still having teh possibility to specify the key and default manually

+1 for `flingContainer.removeAllViewsInLayout();`

Can't delete the last digit as well if decimal places are set to `0`.

That's by intention. In order to support `android:textAlignment="center"` as you need, some rework will be required as the prefix is currently set as a `CompoundDrawable``. See https://github.com/tobiasschuerg/android-prefix-suffix-edit-text/blob/06af89364fce14795372e5d1d47c116933390f06/library/src/main/java/com/tobiasschuerg/prefixsuffix/PrefixSuffixEditText.kt#L114 Alternatively, as a...

This behaviour is intendet and not a bug. The idea is to always show the full week and only show the weekend if explicitely specified or if there are events...

This needs adjustements of `drawNowIndicator`: https://github.com/tobiasschuerg/android-week-view/blob/c2fbfe456f307baf36357876b04b8e275d22aca5/library/src/main/java/de/tobiasschuerg/weekview/view/WeekBackgroundView.kt#L98-L108

Good find. Didn't use/test it for rtl layouts yet.

I quickly adjusted the layout to my need [see here](https://github.com/tobiasschuerg/YAPA/commit/b00bb53ef0ddf2862b88306a434dae02402da98b) so that it fit into my taskbar: ![image](https://cloud.githubusercontent.com/assets/1324555/19476952/2fe1a7ce-953c-11e6-9218-77630fc26451.png) A slider on the settings screen with a minimum size, like those...

For me it's not necessary to have it in/on the task bar, just put it there bexause there was free space left. Generally I just wanted it to be a...