A
A
AndroidM2018-10-14 15:34:25
Android
AndroidM, 2018-10-14 15:34:25

How to reduce shadow in AppBarLayout?

Tell me, is it possible to reduce the shadow of the AppBarLayout? And the second question I’ll immediately ask here is how to add a LinearLayout shadow? API 16+

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Egor, 2018-10-15
@RATlius

Remove shadow AppBarLayout: getSupportActionBar().setElevation(0);
Shadows for View elements are controlled in xml markup through the android:elevation="N" parameter

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question