当前位置: 首页 > 工具软件 > ExpandMenu > 使用案例 >

java展开式的菜单,GitHub - AnliaLee/ExpandMenu: 可展开收起的菜单栏

孔砚
2023-12-01

xmlns:app="http://schemas.android.com/apk/res-auto"

xmlns:tools="http://schemas.android.com/tools"

android:layout_width="match_parent"

android:layout_height="match_parent">

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="vertical">

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_marginLeft="15dp"

android:layout_marginTop="15dp"

android:text="默认菜单栏样式"/>

android:layout_width="match_parent"

android:layout_height="40dp"

android:layout_marginLeft="15dp"

android:layout_marginRight="15dp">

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="horizontal"

android:gravity="center_vertical"

android:clickable="true">

android:layout_width="0dp"

android:layout_height="match_parent"

android:layout_weight="1"

android:gravity="center"

android:text="item1"/>

android:layout_width="0dp"

android:layout_height="match_parent"

android:layout_weight="1"

android:gravity="center"

android:text="item2"/>

android:layout_width="0dp"

android:layout_height="match_parent"

android:layout_weight="1"

android:gravity="center"

android:text="item3"/>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_marginLeft="15dp"

android:layout_marginTop="20dp"

android:text="按钮在左侧"/>

android:layout_width="match_parent"

android:layout_height="40dp"

android:layout_marginLeft="15dp"

android:layout_marginRight="15dp"

app:button_style="left">

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="horizontal"

android:gravity="center_vertical"

android:clickable="true">

android:layout_width="0dp"

android:layout_height="match_parent"

android:layout_weight="1"

android:gravity="center"

android:text="item1"/>

android:layout_width="0dp"

android:layout_height="match_parent"

android:layout_weight="1"

android:gravity="center"

android:text="item2"/>

android:layout_width="0dp"

android:layout_height="match_parent"

android:layout_weight="1"

android:gravity="center"

android:text="item3"/>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_marginLeft="15dp"

android:layout_marginTop="20dp"

android:text="可设置圆角、描边、阴影、按钮的颜色等等"/>

android:layout_width="match_parent"

android:layout_height="40dp"

android:layout_marginLeft="15dp"

android:layout_marginRight="15dp"

android:elevation="2dp"

app:corner_radius="10dp"

app:button_icon_color="@color/red"

app:stroke_color="@color/red">

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="horizontal"

android:gravity="center_vertical"

android:clickable="true">

android:layout_width="0dp"

android:layout_height="match_parent"

android:layout_weight="1"

android:gravity="center"

android:text="item1"/>

android:layout_width="0dp"

android:layout_height="match_parent"

android:layout_weight="1"

android:gravity="center"

android:text="item2"/>

android:layout_width="0dp"

android:layout_height="match_parent"

android:layout_weight="1"

android:gravity="center"

android:text="item3"/>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_marginLeft="15dp"

android:layout_marginTop="20dp"

android:text="可自定义菜单栏里的内容,但只能设置一个直接子元素"/>

android:layout_width="match_parent"

android:layout_height="40dp"

android:layout_marginLeft="15dp"

android:layout_marginRight="15dp">

android:layout_width="match_parent"

android:layout_height="match_parent"

android:fillViewport="true"

android:scrollbars="none">

android:layout_width="wrap_content"

android:layout_height="match_parent"

android:orientation="horizontal"

android:gravity="center_vertical"

android:clickable="true">

android:layout_width="100dp"

android:layout_height="match_parent"

android:gravity="center"

android:background="@color/blue"

android:text="item1"/>

android:layout_width="50dp"

android:layout_height="match_parent"

android:gravity="center"

android:background="@color/yellow"

android:text="item2"/>

android:layout_width="100dp"

android:layout_height="match_parent"

android:gravity="center"

android:background="@color/green"

android:text="item3"/>

android:layout_width="150dp"

android:layout_height="match_parent"

android:gravity="center"

android:background="@color/red"

android:text="item4"/>

 类似资料: