1 <?xml version="1.0" encoding="utf-8"?>
4 Copyright © 2016-2017,2019-2020 Soren Stoutner <soren@stoutner.com>.
6 This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
8 Privacy Browser is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
13 Privacy Browser is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with Privacy Browser. If not, see <http://www.gnu.org/licenses/>. -->
22 xmlns:android="http://schemas.android.com/apk/res/android"
23 android:layout_height="wrap_content"
24 android:layout_width="wrap_content" >
27 android:layout_height="wrap_content"
28 android:layout_width="wrap_content"
29 android:padding="10dp"
30 android:orientation="vertical" >
34 android:layout_height="wrap_content"
35 android:layout_width="wrap_content"
36 android:layout_marginTop="5dp"
37 android:text="@string/domain"
38 android:textAllCaps="true"
39 android:textStyle="bold"
40 android:textColor="?attr/blueTitleTextColor" />
43 android:id="@+id/domain"
44 android:layout_height="wrap_content"
45 android:layout_width="wrap_content" />
48 android:id="@+id/ip_addresses"
49 android:layout_height="wrap_content"
50 android:layout_width="wrap_content"/>
54 android:layout_height="wrap_content"
55 android:layout_width="wrap_content"
56 android:layout_marginTop="15dp"
57 android:text="@string/issued_to"
58 android:textAllCaps="true"
59 android:textStyle="bold"
60 android:textColor="?attr/blueTitleTextColor" />
63 android:id="@+id/issued_to_cname"
64 android:layout_height="wrap_content"
65 android:layout_width="wrap_content" />
68 android:id="@+id/issued_to_oname"
69 android:layout_height="wrap_content"
70 android:layout_width="wrap_content" />
73 android:id="@+id/issued_to_uname"
74 android:layout_height="wrap_content"
75 android:layout_width="wrap_content" />
80 android:layout_height="wrap_content"
81 android:layout_width="wrap_content"
82 android:layout_marginTop="15dp"
83 android:text="@string/issued_by"
84 android:textAllCaps="true"
85 android:textStyle="bold"
86 android:textColor="?attr/blueTitleTextColor" />
89 android:id="@+id/issued_by_cname"
90 android:layout_height="wrap_content"
91 android:layout_width="wrap_content" />
94 android:id="@+id/issued_by_oname"
95 android:layout_height="wrap_content"
96 android:layout_width="wrap_content" />
99 android:id="@+id/issued_by_uname"
100 android:layout_height="wrap_content"
101 android:layout_width="wrap_content" />
104 <!-- Valid Dates. -->
106 android:layout_height="wrap_content"
107 android:layout_width="wrap_content"
108 android:layout_marginTop="15dp"
109 android:text="@string/valid_dates"
110 android:textAllCaps="true"
111 android:textStyle="bold"
112 android:textColor="?attr/blueTitleTextColor" />
115 android:id="@+id/start_date"
116 android:layout_height="wrap_content"
117 android:layout_width="wrap_content" />
120 android:id="@+id/end_date"
121 android:layout_height="wrap_content"
122 android:layout_width="wrap_content" />