Especializa / nativescript-ng-shadow

Angular directive to apply shadows to native elements according to the elevation level guidelines of material design specification
Apache License 2.0
54 stars 38 forks source link

Disable Tab View shadow #16

Open RamyTalal opened 6 years ago

RamyTalal commented 6 years ago

Hello,

Is it possible to disable the Tab View shadow?

I tried shadow="" and elevation="0", both don't seem to work.

euizong commented 5 years ago

this.nativeView.android.tabLayout.setBackgroundResource(0) i use vue, may be you use angulr is view.android.tabLayout.setBackgroundResource(0)

RamyTalal commented 5 years ago

Thank you!