blob: 230f729b6857525340c9636c3def9baa5d32206f [file] [log] [blame]
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:weightSum="3">
<LinearLayout
style="@style/SectionContainer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_weight="1"
android:text="@string/label_metric_oem_paid"/>
<TextView
android:id="@+id/oemPaidRxBytesTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_weight="1"
android:text="?"/>
<TextView
android:id="@+id/oemPaidTxBytesTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_weight="1"
android:text="?"/>
</LinearLayout>
<LinearLayout
style="@style/SectionContainer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_weight="1"
android:text="@string/label_metric_oem_private"/>
<TextView
android:id="@+id/oemPrivateRxBytesTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_weight="1"
android:text="?"/>
<TextView
android:id="@+id/oemPrivateTxBytesTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_weight="1"
android:text="?"/>
</LinearLayout>
<LinearLayout
style="@style/SectionContainer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_weight="1"
android:text="@string/label_metric_total_oem_managed"/>
<TextView
android:id="@+id/totalOemManagedRxBytesTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_weight="1"
android:text="?"/>
<TextView
android:id="@+id/totalOemManagedTxBytesTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_weight="1"
android:text="?"/>
</LinearLayout>
</LinearLayout>
</merge>