0
Просмотр в блоге here, чтобы описать, как использовать ScrimInsetsFrameLayout
. Я хотел бы иметь возможность установить app:insetForeground
программно. Как это можно сделать?Как настроить приложение: insetForeground программно для DrawerLayout?
<android.support.v4.widget.DrawerLayout
...
android:fitsSystemWindows="true"
app:insetForeground="@color/inset_color"
>
не будет 'drawerLayout.setScrimColor()' для вас работу? – azizbekian