{Uki's tech notes}
This notebook is a collection of code snippets and technical "how to" instructions.
Pages
Welcome
Julia
AI
Android
Java
Python
Jypyter
Conda
Linux/UNIX
LinkedIn
Medium articles
Uki's personal blog
Search This Blog
Android: PreferenceActivity: dual pane
by: Anonymous
I have a tablet which has usable width of ~700 pixels, I want PreferenceActivity to show as dual pane which shows only for sw720dp, to do so I override following method:
@Override
public boolean
onIsMultiPane() {
return true
;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment