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 TextView.setCompoundDrawables()
This adds an additional GtkBox for every TextView
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package android.widget;
|
||||
|
||||
import android.content.Context;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.text.Editable;
|
||||
import android.text.SpannableStringBuilder;
|
||||
import android.text.TextWatcher;
|
||||
@@ -46,4 +47,7 @@ public class EditText extends TextView {
|
||||
public void setOnEditorActionListener(OnEditorActionListener l) {
|
||||
native_setOnEditorActionListener(widget, l);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user