You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
TextView: add getTotalPaddingLeft / getTotalPaddingTop
This commit is contained in:
@@ -382,4 +382,8 @@ public class TextView extends View {
|
|||||||
public void setError(CharSequence error) {
|
public void setError(CharSequence error) {
|
||||||
System.out.println("ERROR: " + error);
|
System.out.println("ERROR: " + error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getTotalPaddingLeft() {return 0;}
|
||||||
|
|
||||||
|
public int getTotalPaddingTop() {return 0;}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user