SwipeDelMenuLayout
SwipeDelMenuLayout copied to clipboard
子控件设置margin无效
`<com.mcxtzhang.swipemenulib.SwipeMenuLayout android:layout_width="match_parent" android:layout_height="wrap_content">
<include layout="@layout/item_event_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="100dp"/>
<include layout="@layout/item_event_del"/>
</com.mcxtzhang.swipemenulib.SwipeMenuLayout>`
@mcxtzhang 布局margin设置无效,请问,有什么其他有效的设置的方式吗?
用padding方式替代?
请问楼主找到解决办法了吗?