0
看看博客here來描述如何使用ScrimInsetsFrameLayout
。我希望能夠以編程方式設置app:insetForeground
。人們如何去做這件事?如何爲DrawerLayout以編程方式設置app:insetForeground?
<android.support.v4.widget.DrawerLayout
...
android:fitsSystemWindows="true"
app:insetForeground="@color/inset_color"
>
會不會'drawerLayout.setScrimColor()'爲你工作? – azizbekian