I have an activity that uses a custom theme from:
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:
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?