mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-29 04:37:58 +03:00
implement android.widget.EditText using GtkEntry
This commit is contained in:
parent
f9a85017c1
commit
4434de4a58
7 changed files with 299 additions and 2 deletions
|
@ -34,7 +34,7 @@ public class TextView extends View {
|
|||
@Override
|
||||
protected native long native_constructor(Context context, AttributeSet attrs);
|
||||
|
||||
public final void setText(CharSequence text) {
|
||||
public void setText(CharSequence text) {
|
||||
if (text == null) {
|
||||
native_setText("NULL");
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue