Adapter 第一行数据正常的,第二行没有按设定的显示行数
Closed this issue · 0 comments
kuitao1018 commented
android:layout_marginTop="@dimen/value_dp_5"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#000"
app:showMaxLine="2"
app:showTipAfterExpand="true"
app:tipClickable="true"
app:tipColor="@color/colorPrimary"
app:tipGravity="0" />
app:showMaxLine="2" 为二时 Adapter 第一条正常 item二 显示text为三行 ,请问改哪里