drawerBackgroundColor color
Specifies the background color of the drawer. The default value is white. If you want to set the opacity of the drawer, use rgba. Example:
1 2 3 4 | return ( <DrawerLayoutAndroid drawerBackgroundColor= "rgba(0,0,0,0.5)" > </DrawerLayoutAndroid> ); |
Please login to continue.