Make entire collapsed view clickable.

This commit is contained in:
akwizgran
2020-02-06 13:58:25 +00:00
parent 3ab88181eb
commit d16a301fc4
2 changed files with 11 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ class PluginViewController {
bottom, oldLeft, oldTop, oldRight, oldBottom) ->
scrollView.fullScroll(FOCUS_DOWN));
v.findViewById(R.id.chevronViewCollapsed).setOnClickListener(view -> {
collapsedLayout.setOnClickListener(view -> {
expandedLayout.setVisibility(VISIBLE);
collapsedLayout.setVisibility(GONE);
});