Fix issue with not clickable item
This commit is contained in:
parent
10575698de
commit
8878cb41ee
|
@ -82,4 +82,3 @@ class SignOutBottomSheetActionButton @JvmOverloads constructor(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
android:id="@+id/signedOutActionClickable"
|
android:id="@+id/signedOutActionClickable"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:clickable="true"
|
|
||||||
android:foreground="?attr/selectableItemBackground"
|
android:foreground="?attr/selectableItemBackground"
|
||||||
android:minHeight="50dp"
|
android:minHeight="50dp"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
|
|
Loading…
Reference in New Issue