VerticalDrawerLayoutAndroid 抽屉控件

联合创作 · 2023-09-24 08:53

VerticalDrawerLayout 一个垂直方向的DrawerLayout,抽屉从上向下展开。

布局示例:

  <me.corer.verticaldrawerlayout.VerticalDrawerLayout
          android:id="@+id/vertical"
          android:layout_width="match_parent"
          android:layout_height="match_parent">

          <LinearLayout
              android:id="@+id/content"
              android:layout_width="match_parent"
              android:layout_height="match_parent"
              android:orientation="vertical"
              />

          <LinearLayout
              android:id="@+id/drawer"
              android:layout_width="match_parent"
              android:layout_height="match_parent"
              android:background="@android:color/white"
              android:orientation="vertical"/>

  </me.corer.verticaldrawerlayout.VerticalDrawerLayout>
浏览 2
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报