You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
implement android.widget.EditText using GtkEntry
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user