Подскажите, как динамически добавить FloatingActionView из сервиса?
добавление textview в таком виде (new TextView(this) ) проходит нормально, а new FloatingActionButton(this) требует тему:
java.lang.IllegalArgumentException: The style on this component requires your app theme to be Theme.AppCompat (or a descendant).
в манифесте тема указана верно
Theme.AppCompat.Light.NoActionBar