Make channel info button focusable
This commit is contained in:
parent
d1d942f3fd
commit
ef7a5bc753
|
@ -248,6 +248,7 @@
|
|||
android:background="?attr/selectableItemBackground"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:focusable="true"
|
||||
android:padding="6dp">
|
||||
|
||||
<de.hdodenhof.circleimageview.CircleImageView
|
||||
|
|
Loading…
Reference in New Issue