Newer
Older
MpAndroidChart / MPChartExample / res / layout / activity_my_chart4.xml
bello on 4 Mar 2018 469 bytes combined2
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
              android:orientation="vertical"
              android:layout_width="match_parent"
              android:layout_height="match_parent">

    <com.xxmassdeveloper.mpchartexample.view.CombinedChart1
        android:id="@+id/my_chart"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>




</RelativeLayout>