mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-05-08 03:28:07 +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
|
@ -11,4 +11,8 @@ public class Layout {
|
|||
}
|
||||
|
||||
public int getLineCount() {return 1;}
|
||||
|
||||
public float getLineWidth(int line) {return 10;}
|
||||
|
||||
public TextPaint getPaint() {return new TextPaint();}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue