mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 12:17:57 +03:00
TextView: add getTotalPaddingLeft / getTotalPaddingTop
This commit is contained in:
parent
6edde44b05
commit
32dcbe3131
1 changed files with 4 additions and 0 deletions
|
@ -382,4 +382,8 @@ public class TextView extends View {
|
|||
public void setError(CharSequence error) {
|
||||
System.out.println("ERROR: " + error);
|
||||
}
|
||||
|
||||
public int getTotalPaddingLeft() {return 0;}
|
||||
|
||||
public int getTotalPaddingTop() {return 0;}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue