No resource found that matches the given name: attr 'android:windowTranslucentNavigation'
问题 I'm trying to make the Navigation Bar transparent on devices with 4.4. However, the SDK does not find the resource. Here is res/values-v19/styles.xml file: <resources xmlns:android="http://schemas.android.com/apk/res/android"> <style name="Theme.Myactionbar" parent="@android:style/Theme.Holo.Light"> <item name="android:windowTranslucentStatus">true</item> <item name="android:windowTranslucentNavigation">true</item> </style> </resources> Here is an image with the installed packages: In the