2017-08-15 3 views
1

Je suis en train de faire mon activité comme une activité pop-up/flottant après avoir regardé cette vidéo
Aucune correspondance Android Android ressource: windowIsFloating

https://www.youtube.com/watch?v=fn5OlqQuOCk

Mais je veux faire fond de la fenêtre semi translucide. J'ajouté windowIsFloating -> true

<style name="AppTheme.NamTheme"> 
    <item name="android:windowIsFloating">true</item> 
    <item name="android:windowCloseOnTouchOutside">true</item> 
</style> 

Mais obtenir l'erreur suivante

Error:(2374, 21) No resource found that matches the given name: attr 'android:windowIsFloating'.

+0

Essayez d'ajouter un parent à votre thème. '