I\'m trying to remove the shadow below tabs while using TabLayout, which is defined in a normal layout (and not as a part of a toolbar or actionbar).
Setting theme as >
Put getSupportActionBar().setElevation(0); in MainActivity java file like this:
getSupportActionBar().setElevation(0);
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); getSupportActionBar().setElevation(0);