mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 12:38:48 +00:00
MyActionBar: If titles are clickable make them focusable too.
This commit is contained in:
parent
c9876ff635
commit
b5d827b495
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ public class MyActionBar extends LinearLayout {
|
|||
|
||||
public void setTitlesOnClickListener(final OnClickListener listener) {
|
||||
titlesGroup.setOnClickListener(listener);
|
||||
titlesGroup.setFocusable(true);
|
||||
}
|
||||
|
||||
public void swapTitles() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue