kanytu / android-material-drawer-template

An Android template with navigation drawer for material design
Apache License 2.0
674 stars 217 forks source link

fitSystemWindows Overrides a Deprecated Method #29

Closed surfer190 closed 9 years ago

surfer190 commented 9 years ago

Line 52: ScrimInsetsFrameLayout

Overrides a Deprecated Method

kanytu commented 9 years ago

The code was taken from https://github.com/google/iosched/blob/master/android/src/main/java/com/google/samples/apps/iosched/ui/widget/ScrimInsetsFrameLayout.java

Method was deprecated on API 20 but this layout is only used pre kitkat so.