Fixed compilation
This commit is contained in:
@@ -842,8 +842,8 @@ public class MainActivity extends Activity
|
|||||||
}
|
}
|
||||||
t.setText(t.getText().toString().substring(0, start) + t.getText().toString().substring(end));
|
t.setText(t.getText().toString().substring(0, start) + t.getText().toString().substring(end));
|
||||||
t.setSelection(start);
|
t.setSelection(start);
|
||||||
t.setBackgroundColor(this.getResources().getColor(android.R.color.primary_text_light));
|
t.setBackgroundColor(getResources().getColor(android.R.color.primary_text_light));
|
||||||
t.setTextColor(this.getResources().getColor(android.R.color.background_light));
|
t.setTextColor(getResources().getColor(android.R.color.background_light));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user