Cannot find "Theme.Material" in android studio -


When I create a new project in Android Studio, the default app theme is "Theme.appCompat.light" Theme. "The topic at Manifest Android Studios does not show any suggestions, and no one can" find "them. Content I updated everything in the SDK manager What do I have to do to use the content subject?

to be able to use the theme < Ol>

  • Make sure compileSdkVersion is set to at least 21
  • Make sure your dependency has compile 'com .android.support: design4.0.0 '
  • Both of these can be found on your Build.gradle (module: app) file.

    After that you can apply the content subject by going to your AndroidManifest.xml file and inside & lt; Applications & gt; Tag Ensure that you have a line which Android: Theme = "@Android: Style / Theme. Light of content."


    Comments

    Popular posts from this blog

    python - Overriding the save method in Django ModelForm -

    html - CSS autoheight, but fit content to height of div -

    qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -