|
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
|
2 - License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
|
4 |
|
5 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
6 android:layout_width="fill_parent" |
|
7 android:layout_height="wrap_content" |
|
8 android:layout_weight="1" |
|
9 android:orientation="vertical" |
|
10 android:gravity="center_vertical"> |
|
11 |
|
12 <TextView android:id="@+id/title" |
|
13 style="@style/GeckoDialogTitle" |
|
14 android:layout_width="fill_parent" |
|
15 android:layout_height="wrap_content" |
|
16 android:paddingTop="6dip" |
|
17 android:paddingBottom="0dip" |
|
18 android:paddingLeft="10dip" |
|
19 android:paddingRight="10dip"/> |
|
20 |
|
21 <TextView android:id="@+id/host" |
|
22 style="@style/GeckoDialogTitle.SubTitle" |
|
23 android:layout_width="fill_parent" |
|
24 android:layout_height="wrap_content" |
|
25 android:paddingTop="2dip" |
|
26 android:paddingBottom="6dip" |
|
27 android:paddingLeft="10dip" |
|
28 android:paddingRight="10dip" |
|
29 android:textSize="14sp"/> |
|
30 |
|
31 </LinearLayout> |