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 more API stubs for NewPipe
This commit is contained in:
@@ -714,6 +714,10 @@ public class Resources {
|
||||
return res;
|
||||
}
|
||||
|
||||
public Drawable getDrawable(int id, Theme theme) throws NotFoundException {
|
||||
return getDrawable(id);
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a drawable object associated with a particular resource ID for the
|
||||
* given screen density in DPI. This will set the drawable's density to be
|
||||
|
||||
Reference in New Issue
Block a user