do not allow clicking through the All Apps fragment
This commit is contained in:
parent
ad25e0bc2a
commit
d88d165e2f
|
@ -4,7 +4,8 @@
|
||||||
android:id="@+id/all_apps_holder"
|
android:id="@+id/all_apps_holder"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@drawable/all_apps_background">
|
android:background="@drawable/all_apps_background"
|
||||||
|
android:clickable="true">
|
||||||
|
|
||||||
<com.qtalk.recyclerviewfastscroller.RecyclerViewFastScroller
|
<com.qtalk.recyclerviewfastscroller.RecyclerViewFastScroller
|
||||||
android:id="@+id/all_apps_fastscroller"
|
android:id="@+id/all_apps_fastscroller"
|
||||||
|
|
Loading…
Reference in New Issue