mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
cleanup
This commit is contained in:
parent
35a5aad477
commit
13cbca3368
1 changed files with 2 additions and 21 deletions
|
@ -179,32 +179,13 @@ public class DictsActivity extends ExpandableListActivity
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean hasStableIds() { return false; }
|
public boolean hasStableIds() { return false; }
|
||||||
public boolean isChildSelectable( int groupPosition, int childPosition ) { return true; }
|
public boolean isChildSelectable( int groupPosition,
|
||||||
|
int childPosition ) { return true; }
|
||||||
public boolean isEmpty() { return false; }
|
public boolean isEmpty() { return false; }
|
||||||
public void onGroupCollapsed(int groupPosition){}
|
public void onGroupCollapsed(int groupPosition){}
|
||||||
public void onGroupExpanded(int groupPosition){}
|
public void onGroupExpanded(int groupPosition){}
|
||||||
public void registerDataSetObserver( DataSetObserver obs ){}
|
public void registerDataSetObserver( DataSetObserver obs ){}
|
||||||
public void unregisterDataSetObserver( DataSetObserver obs ){}
|
public void unregisterDataSetObserver( DataSetObserver obs ){}
|
||||||
|
|
||||||
// public Object getItem( int position) { return m_dicts[position]; }
|
|
||||||
// public View getView( final int position, View convertView,
|
|
||||||
// ViewGroup parent ) {
|
|
||||||
// LayoutInflater factory = LayoutInflater.from( DictsActivity.this );
|
|
||||||
// final XWListItem view
|
|
||||||
// = (XWListItem)factory.inflate( R.layout.list_item, null );
|
|
||||||
// view.setPosition( position );
|
|
||||||
|
|
||||||
// // append language name
|
|
||||||
// view.setText( DictLangCache.
|
|
||||||
// annotatedDictName( DictsActivity.this,
|
|
||||||
// m_dicts[position] ) );
|
|
||||||
// if ( !GameUtils.dictIsBuiltin( DictsActivity.this,
|
|
||||||
// m_dicts[position] ) ) {
|
|
||||||
// view.setDeleteCallback( DictsActivity.this );
|
|
||||||
// }
|
|
||||||
|
|
||||||
// return view;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue