You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
你可以试试ListView,我估计也会出现这样的问题。
报的exception比较古怪:
java.lang.ClassCastException: android.widget.RelativeLayout$LayoutParams cannot be cast to android.widget.LinearLayout$LayoutParams
但是我不放入DraggableFlagView就没事!
你可以试试ListView,我估计也会出现这样的问题。
报的exception比较古怪:
java.lang.ClassCastException: android.widget.RelativeLayout$LayoutParams cannot be cast to android.widget.LinearLayout$LayoutParams
但是我不放入DraggableFlagView就没事!
item布局:
在Adapter中使用:
dfv = (DraggableFlagView) view.findViewById(R.id.dfv);
dfv.setOnDraggableFlagViewListener(new DraggableFlagView.OnDraggableFlagViewListener() {
dfv.setText("7");
The text was updated successfully, but these errors were encountered: