mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
fix formatting
This commit is contained in:
parent
58f1618586
commit
017f4da29d
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class XWListItem extends LinearLayout {
|
||||||
ImageButton button = (ImageButton)findViewById( R.id.del );
|
ImageButton button = (ImageButton)findViewById( R.id.del );
|
||||||
button.setOnClickListener( new View.OnClickListener() {
|
button.setOnClickListener( new View.OnClickListener() {
|
||||||
@Override
|
@Override
|
||||||
public void onClick( View view ) {
|
public void onClick( View view ) {
|
||||||
m_cb.deleteCalled( m_position, getText() );
|
m_cb.deleteCalled( m_position, getText() );
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
Loading…
Add table
Reference in a new issue