<style name="Theme.Transparent" parent="@android:Theme.DeviceDefalt.Light.Dialog"> <item name="android:windowIsTranslucent">true</item> <item name="android:windowBackground">@android:color/transparent</item> <item name="android:windowContentOverlay">@null</item> <item name="android:windowNoTitle">true</item> </style>
error: Error retrieving parent for item: No resource found that matches the given name
'@android:Theme.DeviceDefalt.Light.Dialog'.
相关分类