skylot / jadx

Dex to Java decompiler
Apache License 2.0
41.81k stars 4.88k forks source link

0x10 in styles.xml <item name="android:gravity">0x10</item> <item name="android:textStyle">0x1</item> #1682

Closed tsatatwer closed 1 year ago

tsatatwer commented 2 years ago

Hi , after decompilation I found in styles.xml file these : <item name="android:gravity">0x10</item> <item name="android:textStyle">0x1</item> Any idea??

jpstotz commented 2 years ago

Yes, attributes values like gravity are not yet decoded to a constant value. We already have an issue open on that problem: https://github.com/skylot/jadx/issues/1631

skylot commented 1 year ago

Fixed in PR #1812 by @nitram84.