api-impl: misc stubs and fixes for WhatsApp

This commit is contained in:
Julian Winkler
2025-10-05 15:19:58 +02:00
parent f90499d1df
commit 076ade2c5f
19 changed files with 110 additions and 6 deletions

View File

@@ -2,5 +2,10 @@ package android.text.style;
public interface LeadingMarginSpan {
public static class Standard implements LeadingMarginSpan {}
public static class Standard implements LeadingMarginSpan {
public Standard(int indent) {}
public Standard(int first_indent, int rest_indent) {}
}
}