Skip to content

Commit

Permalink
Set hasClickableChildren to true in sample
Browse files Browse the repository at this point in the history
Wrong click position because of missing attribute.
  • Loading branch information
DennisBlock committed Oct 29, 2018
1 parent 84bf6c8 commit f993a74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sample/src/main/res/layout/activity_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
android:layout_height="match_parent"
android:layout_marginTop="?attr/actionBarSize"
app:lineColor="@android:color/holo_blue_dark"
app:useMaxSize="true"/>
app:useMaxSize="true"
app:hasClickableChildren="true"/>

<android.support.design.widget.FloatingActionButton
android:id="@+id/addNode"
Expand All @@ -37,4 +38,4 @@
android:src="@drawable/ic_add_white_24dp"
/>

</android.support.design.widget.CoordinatorLayout>
</android.support.design.widget.CoordinatorLayout>

0 comments on commit f993a74

Please sign in to comment.