Hi,
have a graph in vertical mode and i see it with a scroll bar; insert scroll view in activity_main.xml (modify MainActivity extends Activity and not AppCompatActivity and GraphSurfaceView extends View and not SurfaceView - add onDraw call drawGraph(..)). This my xml:
<LinearLayout android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<giwi.org.networkgraph.GraphSurfaceView
android:id="@+id/mysurface"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
</LinearLayout>
if android:scrollbars!="none" don't see a graph if android:scrollbars="none" i see it, without scrollbar but not scoll..
Thanks,
Mick
Hi,
have a graph in vertical mode and i see it with a scroll bar; insert scroll view in activity_main.xml (modify MainActivity extends Activity and not AppCompatActivity and GraphSurfaceView extends View and not SurfaceView - add onDraw call drawGraph(..)). This my xml:
if android:scrollbars!="none" don't see a graph if android:scrollbars="none" i see it, without scrollbar but not scoll..
Thanks,
Mick