mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-30 05:07:58 +03:00
implement CompoundButton using GtkSwitch
This commit is contained in:
parent
d2725a73c9
commit
2d6694d695
8 changed files with 306 additions and 13 deletions
|
@ -26,7 +26,7 @@ public class Button extends TextView {
|
|||
protected native void native_setOnClickListener(long widget, OnClickListener l);
|
||||
|
||||
@Override
|
||||
public final void setText(CharSequence text) {
|
||||
public void setText(CharSequence text) {
|
||||
native_setText(widget, String.valueOf(text));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue