Alexander Afanasyev | eac787c | 2015-03-21 11:44:09 -0500 | [diff] [blame^] | 1 | <?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> |