Android theme not being set
问题 I have a theme that refuses to be applied to activities - none of the styles are applied. If I don't supply the layout_width / layout_height attributes for <Button> it also gets a runtime error, showing that the Button class isn't being applied. /res/values/themes.xml : <?xml version="1.0" encoding="utf-8"?> <resources> <style name="Theme" parent="android:style/Theme.Black"> <item name="android:windowNoTitle">true</item> <item name="android:buttonStyle">@style/Button</item> <item name=