如何以编程方式为DrawerLayout设置app:insetForeground?

时间:2017-02-18 20:26:06

标签: android android-appcompat drawerlayout

查看博客here,了解如何使用ScrimInsetsFrameLayout。我希望能够以编程方式设置app:insetForeground。如何做到这一点?

<android.support.v4.widget.DrawerLayout  
    ...
    android:fitsSystemWindows="true"
    app:insetForeground="@color/inset_color"
    >

1 个答案:

答案 0 :(得分:0)

您链接的文章提到此方法以编程方式设置scrim collor:

drawerLayout.setScrimColor(ContextCompat.getColor(this, R.color.transp_red));