Remove Border Around AppBarLayout
Remove Border Around AppBarLayout I have a fragment which looks like this: Right above the pink dot and the gray dot that are adjacent to each other at the bottom of the screen (right above the bottom navigation bar), there is a horizontal grey line. Is there anyway I can remove it? The fragment has the following layout file: <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" tools:context=".home.tutorial.TutorialFragment"> <android.support.v4.view.ViewPager android:id="@+id/tutorialViewPager" android:layout_width="match_parent" android:layout_height="0dp" app:layout_constraintLeft_toLeft...