mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-29 04:37:58 +03:00
api-impl: stubs and fixes for latest WhatsApp version
This commit is contained in:
parent
09a38f9a28
commit
c81442321e
35 changed files with 261 additions and 1 deletions
|
@ -356,4 +356,14 @@ public class TextView extends View {
|
|||
public int getLineHeight() {
|
||||
return 10; // FIXME
|
||||
}
|
||||
|
||||
public boolean isAllCaps() { return false; }
|
||||
|
||||
public int getAutoSizeStepGranularity() {
|
||||
return -1;
|
||||
}
|
||||
|
||||
public void setAutoSizeTextTypeUniformWithPresetSizes(int[] presetSizes, int unit) {}
|
||||
|
||||
public void setCompoundDrawableTintList(ColorStateList tint) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue