make splash view clickable to prevent clicking views underneath
This commit is contained in:
parent
c2f17b6230
commit
5de0906fc1
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
android:id="@+id/splash_view"
|
||||
android:visibility="gone"
|
||||
android:background="@color/lbryGreen"
|
||||
android:clickable="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fitsSystemWindows="true">
|
||||
|
|
Loading…
Reference in a new issue