mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-29 04:37:58 +03:00
add more Java APIs needed for OctoDroid
This commit is contained in:
parent
6c2585ab4b
commit
3e7fdac663
21 changed files with 184 additions and 5 deletions
|
@ -19,6 +19,7 @@ import android.text.method.TransformationMethod;
|
|||
import android.text.style.URLSpan;
|
||||
import android.util.AttributeSet;
|
||||
import android.util.TypedValue;
|
||||
import android.view.ActionMode;
|
||||
import android.view.Gravity;
|
||||
import android.view.KeyEvent;
|
||||
import android.view.View;
|
||||
|
@ -292,4 +293,8 @@ public class TextView extends View {
|
|||
public void nullLayouts() {}
|
||||
|
||||
public void setLinkTextColor(int color) {}
|
||||
|
||||
public void setCustomSelectionActionModeCallback(ActionMode.Callback actionModeCallback) {}
|
||||
|
||||
public int getExtendedPaddingTop() {return 0;}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue