How to add bottom shadow to tab layout or Toolbar in android
问题 Hi i need add shadow under my tab layout (like in skype). My activity xml: <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent"> <android.support.v7.widget.Toolbar xmlns:local="http://schemas.android.com/apk/res-auto" android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" android:background="@color/splashGreenTop" local:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"