Ivan Yeo | 215fc2a | 2015-03-17 22:35:04 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <LinearLayout |
| 3 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 4 | android:orientation="vertical" |
| 5 | android:layout_width="match_parent" |
| 6 | android:layout_height="match_parent" |
| 7 | style="@style/default_linear_layout_padding" |
| 8 | > |
| 9 | |
| 10 | <TextView |
| 11 | android:layout_width="match_parent" |
| 12 | android:layout_height="wrap_content" |
| 13 | android:text="@string/fragment_face_details_title" |
| 14 | style="?android:listSeparatorTextViewStyle" |
| 15 | /> |
| 16 | |
| 17 | <include |
| 18 | layout="@android:layout/list_content" |
| 19 | /> |
| 20 | |
| 21 | </LinearLayout> |