tibigeorgescu90

Results 5 issues of tibigeorgescu90

Hi! If I use android:windowSoftInputMode="stateHidden|adjustPan" on an activity with ObservableScrollView it sometimes leaves my toolbar hidden after the keyboard is displayed and then closed

Hi, I've done what was said on android arsenal repositories { maven { url "https://jitpack.io" } } and dependencies { compile 'com.github.steelkiwi:AndroidRecording:4d7956c30d' } and I get a Failed to resolve:...

Hi can I change the skipButton text only on the last page? How would that be done?

Hi how do you change the right drawable? setCompoundDrawablesWithIntrinsicBounds(0,0,R.drawable.my_drawable,0) doesn't seem to work. Thanks

Hi! GJ on this amazing lib, how can I set minLines attr on it? doesn't seem to work. Thanks