Material Design中阴影如何向上投影?就像SegmengFault移动端app的底部导航栏一样。
欢迎选择我的课程,让我们一起见证您的进步~~
Set the elevation property of the control
Just add a gray image with a translucent upper edge on the bottom.
Google has introduced shadows in material design, which can be set through android:elevation="2dp"; You can view the documentation at https://developer.android.goo...
android:elevation="2dp"
Set the elevation property of the control
Just add a gray image with a translucent upper edge on the bottom.
Google has introduced shadows in material design, which can be set through
android:elevation="2dp"
;You can view the documentation at https://developer.android.goo...