When I add themes, I use the syntax
android:theme="@android:style/Something"
I see that many use the Integer value after @android. for instance
<activity android:theme="@android:01030006" android:name=".SomeActivity">
Intellisense does not display Integer values ββfor themes.
Can someone explain this?
source share