AutoWrapLineLayoutDemo
AutoWrapLineLayoutDemo copied to clipboard
部分情况导致view丢失部分。
<cn.wolfspider.autowraplinelayout.AutoWrapLineLayout
android:id="@+id/auto_wrap_line_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/dp10"
autoWrapLineLayout:verticalGap="10dp"
autoWrapLineLayout:horizontalGap="15dp"
autoWrapLineLayout:fillMode="0" >
</cn.wolfspider.autowraplinelayout.AutoWrapLineLayout>