indentation problem fixed
This commit is contained in:
parent
7284b7d423
commit
f9a991e37d
1 changed files with 26 additions and 26 deletions
|
@ -129,7 +129,7 @@ public class MainActivity extends Activity {
|
|||
});
|
||||
|
||||
//On submit, add the edittext text to listview and clear the edittext
|
||||
submitButton.setOnClickListener(new OnClickListener() {
|
||||
submitButton.setOnClickListener(new OnClickListener() {
|
||||
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
|
@ -139,11 +139,11 @@ submitButton.setOnClickListener(new OnClickListener() {
|
|||
mAdapter.notifyDataSetChanged();
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private void changeEmojiKeyboardIcon(ImageView iconToBeChanged, int drawableResourceId){
|
||||
private void changeEmojiKeyboardIcon(ImageView iconToBeChanged, int drawableResourceId){
|
||||
iconToBeChanged.setImageResource(drawableResourceId);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue