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