Skip to content

Commit

Permalink
修复隐患的事件冲突问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen2018 committed Jun 27, 2019
1 parent 8f0326d commit 5063caf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* @date: 2018/6/25
*/
public class TableHorizontalScrollView extends HorizontalScrollView {
private final static String TAG = "CusHorizontalScrollView";

public TableHorizontalScrollView(Context context) {
super(context);
Expand Down
8 changes: 4 additions & 4 deletions tableview/src/main/res/layout/layout_view_table.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">

<com.ellen.tableview.supertableview.adapter.superadapter.TableHorizontalScrollView
<HorizontalScrollView
android:id="@+id/horizontalScrollView_x"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -14,7 +14,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />

</com.ellen.tableview.supertableview.adapter.superadapter.TableHorizontalScrollView>
</HorizontalScrollView>

<GridLayout
android:id="@+id/grid_layout_xy"
Expand Down Expand Up @@ -49,7 +49,7 @@
android:background="#CFCFCF"
android:visibility="gone" />

<com.ellen.tableview.supertableview.adapter.superadapter.TableHorizontalScrollView
<HorizontalScrollView
android:id="@+id/horizontalScrollView"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand All @@ -60,7 +60,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />

</com.ellen.tableview.supertableview.adapter.superadapter.TableHorizontalScrollView>
</HorizontalScrollView>

</LinearLayout>

Expand Down

0 comments on commit 5063caf

Please sign in to comment.