我IcsLinearLayout
在底部的视图中使用了一个按钮,其中包含如下按钮(我只是将它们设置为操作按钮)
<ImageButton
android:id="@+id/btSelectAll"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="4dip"
android:layout_weight="1"
android:background="@drawable/abs__item_background_holo_dark"
android:gravity="center"
android:onClick="onClick"
android:scaleType="fitCenter"
android:src="@drawable/holo_dark_content_select_all" />
我现在想添加一个子菜单按钮,它的外观和工作方式类似于操作栏中的子菜单按钮......
我怎么能做到这一点?