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
add Java APIs needed for WhatsApp settings
This commit is contained in:
@@ -896,6 +896,15 @@ public class View implements Drawable.Callback {
|
||||
minHeight = a.getDimensionPixelSize(com.android.internal.R.styleable.View_minHeight, 0);
|
||||
}
|
||||
}
|
||||
onCreateDrawableState(0);
|
||||
}
|
||||
|
||||
protected int[] onCreateDrawableState(int extraSpace) {
|
||||
return new int[0];
|
||||
}
|
||||
|
||||
protected static int[] mergeDrawableStates(int[] curState, int[] newState) {
|
||||
return new int[0];
|
||||
}
|
||||
|
||||
public View findViewById(int id) {
|
||||
|
||||
Reference in New Issue
Block a user