作为滑动菜单的组件必须设置___________________属性,以便让DrawerLayout知道滑动菜单是在屏幕左边还是右边。
A. android:layout_gravity
B. android:background
C. android:theme
D. android:id
查看答案
下面组件中哪个是悬浮动作按钮:______。
A. FloatingActionButton
B. RadioButton
C. ToggleButton
D. SnackBar
_______________是一个加强版本的FrameLayout,除了具有FrameLayout的基本功能,它还可以监听所有子组件的事件,以便做出合理响应。
A. DrawerLayout
B. CoordinatorLayout
C. AppBarLayout
D. MaterialCardView
卡片式布局常作为应用内容区域的布局,_______________是实现卡片式布局的重要组件,实际上,它也是一个FrameLayout,只是额外提供了圆角和阴影等立体效果。
A. DrawerLayout
B. CoordinatorLayout
C. AppBarLayout
D. MaterialCardView
为了解决CoordibatorLayout布局中标题栏遮挡问题,Material库中提供了一个_______________布局,它实际上是一个垂直方向的LinearLayout,内部封装了许多滚动事件。
A. DrawerLayout
B. CoordinatorLayout
C. AppBarLayout
D. MaterialCardView