Romão
Results
2
comments of
Romão
The explanation from @MhtSuthar gave me a good direction to solve this. For me, I had to use `requestDisallowInterceptTouchEvent` inside `setOnTouchListener` of swipeRevealLayout. For example: (Kotlin) ``` swipeRevealLayout.setOnTouchListener { view,...
Just add a style to your SwipeButton: **styles.xml:** ``` @font/nunito_bold ``` **your layout:** ``` ``` I'm compiling with ```buildToolsVersion '27.0.3'``` on Android Studio 3.1.2. Hope it helps!