blob: a0d8222953d1f6130d2ab572334c50ca8bbe161a [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:keepScreenOn="true">
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="28sp"
android:gravity="center"
android:background="#FFFFFF"
android:fontFamily="sans-serif"
android:textSize="20sp"
android:text="@string/chart1_name"/>
<LinearLayout android:id="@+id/irChart"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="28sp"
android:gravity="center"
android:background="#FFFFFF"
android:fontFamily="sans-serif"
android:textSize="20sp"
android:text="@string/chart2_name"/>
<LinearLayout android:id="@+id/redChart"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
</LinearLayout>