One doubt In Android themes, how do you know which attributes work and which don't ?
For Example => <style name="AppTheme" parent="Theme.AppCompat.NoActionBar"> <item name="android:windowNoTitle">true</item>
<item name="color">@color/black</item></style>