mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
Fixed folder items not being clickable
This commit is contained in:
parent
147f38b37a
commit
6d6c6beac0
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
|||
android:paddingBottom="8dp"
|
||||
android:paddingLeft="@dimen/abc_action_bar_content_inset_material"
|
||||
android:paddingRight="@dimen/abc_action_bar_content_inset_material"
|
||||
android:paddingTop="8dp">
|
||||
android:paddingTop="8dp"
|
||||
android:descendantFocusability="blocksDescendants">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/label"
|
||||
|
|
Loading…
Reference in a new issue