mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-29 04:37:58 +03:00
Add some methods needed for androidx preferences
This commit is contained in:
parent
850fd2f076
commit
aa56f3fb81
9 changed files with 65 additions and 3 deletions
|
@ -198,4 +198,8 @@ public class TextView extends View {
|
|||
public Layout getLayout() {
|
||||
return new Layout();
|
||||
}
|
||||
|
||||
public int getCurrentTextColor() {return 0;}
|
||||
|
||||
public void setSingleLine(boolean singleLine) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue