blob: 549de06137eeba7d075cdfa6f10bed7d8d18ae27 [file] [log] [blame]
Alexander Afanasyeveac787c2015-03-21 11:44:09 -05001<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout
3 xmlns:android="http://schemas.android.com/apk/res/android"
4 style="@style/main_fragment_linear_layout">
5 <TextView style="@style/main_fragment_list_title"
6 android:id="@+id/title" />
7
8 <TextView style="@style/main_fragment_list_value"
9 android:id="@+id/value" />
10</LinearLayout>