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
replace our implementation of applyStyle with a native function that calls into libandroidfw
also change a few things to work with latest libandroidfw, since we are now using it's helper functions that need to agree on e.g STYLE_NUM_ENTRIES with the Java code.
This commit is contained in:
@@ -273,6 +273,13 @@ public class TypedValue {
|
||||
* */
|
||||
public int density;
|
||||
|
||||
/**
|
||||
* If the Value came from a style resource, this holds the corresponding style resource id
|
||||
* against which the attribute was resolved.
|
||||
*/
|
||||
|
||||
public int sourceStyleResourceId;
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user