blob: 697d74cd05bcd02b767f1dac48faf6ba4d3603dc [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/widget_frame"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:id="@+id/domain"
android:paddingLeft="@dimen/start_over_preference_margin_small"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/primary_domain" />
</LinearLayout>