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
api-impl: misc fixes and additions to make Telegram launch
This commit is contained in:
@@ -123,7 +123,7 @@ public class TextView extends View {
|
||||
public void setTextColor(ColorStateList colors) {
|
||||
if (colors != null) {
|
||||
this.colors = colors;
|
||||
setTextColor(colors.getDefaultColor()); // TODO: do this properly
|
||||
native_setTextColor(colors.getDefaultColor()); // TODO: do this properly
|
||||
}
|
||||
}
|
||||
public void setTypeface(Typeface tf, int style) {
|
||||
|
||||
Reference in New Issue
Block a user