Search code examples
androidandroid-appcompatandroid-themeandroid-styles

Already Used Theme.AppCompat decendant But still Error


I have an activity that uses a custom theme from:

Custom theme style that uses the theme.appcompat

As you can see, the custom theme is already a descendant of the theme.appcompat.

This is how i used it on my actvitiy from manifest file: Manifest Implementation of activity

My Acitivity already extends the AppCompatActivity but I still get the must use Theme.Appcompat or its decendants error when i run my program. Can anyone help me with this?


Solution

  • So I think Do this

    So I think Do this go to AppTheme and change it