Skip to content

Commit

Permalink
update ARSCLib REAndroid#31
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed May 25, 2023
1 parent 0738be3 commit 0d1d68a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Binary file modified libs/ARSCLib.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -603,20 +603,6 @@ private TypeString getTypeString(int resourceId){
private void removeTypeString(int resourceId){
mTypeStrings.remove(resourceId&0xffff0000);
}
private boolean isColor(ValueType valueType){
if(valueType==null){
return false;
}
switch (valueType){
case INT_COLOR_ARGB4:
case INT_COLOR_RGB4:
case INT_COLOR_ARGB8:
case INT_COLOR_RGB8:
return true;
default:
return false;
}
}
private List<ResXmlAttribute> listAttributes(ResXmlElement element){
if(element==null){
return new ArrayList<>();
Expand Down

0 comments on commit 0d1d68a

Please sign in to comment.