AutoWrapLineLayoutDemo icon indicating copy to clipboard operation
AutoWrapLineLayoutDemo copied to clipboard

部分情况导致view丢失部分。

Open rj9676564 opened this issue 5 years ago • 0 comments

image

<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>

rj9676564 avatar Apr 17 '19 03:04 rj9676564