Skip to content

Instantly share code, notes, and snippets.

@jddeep
Created June 23, 2019 06:39
Show Gist options
  • Save jddeep/b0c9950b03b5efb86aa012e933d2af09 to your computer and use it in GitHub Desktop.
Save jddeep/b0c9950b03b5efb86aa012e933d2af09 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.github.mikephil.charting.charts.LineChart
android:id="@+id/brain_chart"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment