blob: c2510369403ee4a081cf708d6a82f38896174eb3 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
style="@style/default_linear_layout_padding"
>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/fragment_face_details_title"
style="?android:listSeparatorTextViewStyle"
/>
<include
layout="@android:layout/list_content"
/>
</LinearLayout>