mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
add utility method
This commit is contained in:
parent
567f6a2ac0
commit
82b25d1956
1 changed files with 5 additions and 0 deletions
|
@ -152,6 +152,11 @@ public class DelegateBase implements DlgDelegate.DlgClickNotify,
|
|||
return m_rootView.findViewById( resID );
|
||||
}
|
||||
|
||||
protected void setVisibility( int id, int visibility )
|
||||
{
|
||||
findViewById( id ).setVisibility( visibility );
|
||||
}
|
||||
|
||||
protected void setTitle( String title )
|
||||
{
|
||||
m_activity.setTitle( title );
|
||||
|
|
Loading…
Add table
Reference in a new issue