|
@@ -22,23 +22,24 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
- android:padding="@dimen/standard_padding">
|
|
|
|
|
|
+ android:padding="16dp">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/header"
|
|
android:id="@+id/header"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:paddingBottom="@dimen/standard_padding"
|
|
|
|
android:text="@string/ssl_validator_header"
|
|
android:text="@string/ssl_validator_header"
|
|
|
|
+ android:paddingBottom="16dp"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
- />
|
|
|
|
-
|
|
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ />
|
|
|
|
+
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/reason_cert_not_trusted"
|
|
android:id="@+id/reason_cert_not_trusted"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="left"
|
|
android:layout_gravity="left"
|
|
- android:paddingLeft="20dp"
|
|
|
|
|
|
+ android:paddingLeft="8dp"
|
|
android:text="@string/ssl_validator_reason_cert_not_trusted"
|
|
android:text="@string/ssl_validator_reason_cert_not_trusted"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
/>
|
|
/>
|
|
@@ -48,7 +49,7 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="left"
|
|
android:layout_gravity="left"
|
|
- android:paddingLeft="20dp"
|
|
|
|
|
|
+ android:paddingLeft="8dp"
|
|
android:text="@string/ssl_validator_reason_cert_expired"
|
|
android:text="@string/ssl_validator_reason_cert_expired"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
/>
|
|
/>
|
|
@@ -58,7 +59,7 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="left"
|
|
android:layout_gravity="left"
|
|
- android:paddingLeft="20dp"
|
|
|
|
|
|
+ android:paddingLeft="8dp"
|
|
android:text="@string/ssl_validator_reason_cert_not_yet_valid"
|
|
android:text="@string/ssl_validator_reason_cert_not_yet_valid"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
/>
|
|
/>
|
|
@@ -68,7 +69,7 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="left"
|
|
android:layout_gravity="left"
|
|
- android:paddingLeft="20dp"
|
|
|
|
|
|
+ android:paddingLeft="8dp"
|
|
android:text="@string/ssl_validator_reason_hostname_not_verified"
|
|
android:text="@string/ssl_validator_reason_hostname_not_verified"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
/>
|
|
/>
|
|
@@ -76,7 +77,7 @@
|
|
<ScrollView
|
|
<ScrollView
|
|
android:id="@+id/details_scroll"
|
|
android:id="@+id/details_scroll"
|
|
android:visibility="gone"
|
|
android:visibility="gone"
|
|
- android:padding="20dp"
|
|
|
|
|
|
+ android:padding="8dp"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="180dp">
|
|
android:layout_height="180dp">
|
|
|
|
|
|
@@ -94,7 +95,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text="@string/ssl_validator_label_subject"
|
|
android:text="@string/ssl_validator_label_subject"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_subject_CN"
|
|
android:id="@+id/label_subject_CN"
|
|
@@ -102,7 +103,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_CN"
|
|
android:text="@string/ssl_validator_label_CN"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_subject_CN"
|
|
android:id="@+id/value_subject_CN"
|
|
@@ -111,7 +112,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_subject_O"
|
|
android:id="@+id/label_subject_O"
|
|
@@ -119,7 +120,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_O"
|
|
android:text="@string/ssl_validator_label_O"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_subject_O"
|
|
android:id="@+id/value_subject_O"
|
|
@@ -128,7 +129,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_subject_OU"
|
|
android:id="@+id/label_subject_OU"
|
|
@@ -136,7 +137,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_OU"
|
|
android:text="@string/ssl_validator_label_OU"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_subject_OU"
|
|
android:id="@+id/value_subject_OU"
|
|
@@ -145,7 +146,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_subject_ST"
|
|
android:id="@+id/label_subject_ST"
|
|
@@ -153,7 +154,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_ST"
|
|
android:text="@string/ssl_validator_label_ST"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_subject_ST"
|
|
android:id="@+id/value_subject_ST"
|
|
@@ -162,7 +163,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_subject_C"
|
|
android:id="@+id/label_subject_C"
|
|
@@ -170,7 +171,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_C"
|
|
android:text="@string/ssl_validator_label_C"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_subject_C"
|
|
android:id="@+id/value_subject_C"
|
|
@@ -179,7 +180,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_subject_L"
|
|
android:id="@+id/label_subject_L"
|
|
@@ -187,7 +188,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_L"
|
|
android:text="@string/ssl_validator_label_L"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_subject_L"
|
|
android:id="@+id/value_subject_L"
|
|
@@ -197,6 +198,7 @@
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
/>
|
|
/>
|
|
|
|
+
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_issuer"
|
|
android:id="@+id/label_issuer"
|
|
@@ -205,7 +207,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text="@string/ssl_validator_label_issuer"
|
|
android:text="@string/ssl_validator_label_issuer"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_issuer_CN"
|
|
android:id="@+id/label_issuer_CN"
|
|
@@ -213,7 +215,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_CN"
|
|
android:text="@string/ssl_validator_label_CN"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_issuer_CN"
|
|
android:id="@+id/value_issuer_CN"
|
|
@@ -222,7 +224,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_issuer_O"
|
|
android:id="@+id/label_issuer_O"
|
|
@@ -230,7 +232,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_O"
|
|
android:text="@string/ssl_validator_label_O"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_issuer_O"
|
|
android:id="@+id/value_issuer_O"
|
|
@@ -239,7 +241,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_issuer_OU"
|
|
android:id="@+id/label_issuer_OU"
|
|
@@ -247,7 +249,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_OU"
|
|
android:text="@string/ssl_validator_label_OU"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_issuer_OU"
|
|
android:id="@+id/value_issuer_OU"
|
|
@@ -256,7 +258,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_issuer_ST"
|
|
android:id="@+id/label_issuer_ST"
|
|
@@ -264,7 +266,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_ST"
|
|
android:text="@string/ssl_validator_label_ST"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_issuer_ST"
|
|
android:id="@+id/value_issuer_ST"
|
|
@@ -273,7 +275,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_issuer_C"
|
|
android:id="@+id/label_issuer_C"
|
|
@@ -281,7 +283,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_C"
|
|
android:text="@string/ssl_validator_label_C"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_issuer_C"
|
|
android:id="@+id/value_issuer_C"
|
|
@@ -290,7 +292,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_issuer_L"
|
|
android:id="@+id/label_issuer_L"
|
|
@@ -298,7 +300,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_L"
|
|
android:text="@string/ssl_validator_label_L"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_issuer_L"
|
|
android:id="@+id/value_issuer_L"
|
|
@@ -307,7 +309,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_validity"
|
|
android:id="@+id/label_validity"
|
|
@@ -316,7 +318,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text="@string/ssl_validator_label_validity"
|
|
android:text="@string/ssl_validator_label_validity"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_validity_from"
|
|
android:id="@+id/label_validity_from"
|
|
@@ -324,7 +326,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_validity_from"
|
|
android:text="@string/ssl_validator_label_validity_from"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_validity_from"
|
|
android:id="@+id/value_validity_from"
|
|
@@ -333,7 +335,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_validity_to"
|
|
android:id="@+id/label_validity_to"
|
|
@@ -341,7 +343,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_validity_to"
|
|
android:text="@string/ssl_validator_label_validity_to"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_validity_to"
|
|
android:id="@+id/value_validity_to"
|
|
@@ -350,7 +352,8 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_signature"
|
|
android:id="@+id/label_signature"
|
|
@@ -359,7 +362,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text="@string/ssl_validator_label_signature"
|
|
android:text="@string/ssl_validator_label_signature"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/label_signature_algorithm"
|
|
android:id="@+id/label_signature_algorithm"
|
|
@@ -367,17 +370,18 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ssl_validator_label_signature_algorithm"
|
|
android:text="@string/ssl_validator_label_signature_algorithm"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
- <TextView
|
|
|
|
|
|
+ <TextView
|
|
android:id="@+id/value_signature_algorithm"
|
|
android:id="@+id/value_signature_algorithm"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
-
|
|
|
|
|
|
+ />
|
|
|
|
+
|
|
|
|
+
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/value_signature"
|
|
android:id="@+id/value_signature"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
@@ -385,7 +389,7 @@
|
|
android:paddingBottom="5dp"
|
|
android:paddingBottom="5dp"
|
|
android:text=""
|
|
android:text=""
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
- />
|
|
|
|
|
|
+ />
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
@@ -395,7 +399,7 @@
|
|
android:id="@+id/question"
|
|
android:id="@+id/question"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:paddingTop="@dimen/standard_padding"
|
|
|
|
|
|
+ android:paddingTop="16dp"
|
|
android:text="@string/ssl_validator_question"
|
|
android:text="@string/ssl_validator_question"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
>
|
|
>
|
|
@@ -408,27 +412,27 @@
|
|
|
|
|
|
<android.support.v7.widget.AppCompatButton
|
|
<android.support.v7.widget.AppCompatButton
|
|
android:id="@+id/cancel"
|
|
android:id="@+id/cancel"
|
|
- android:theme="@style/Button"
|
|
|
|
|
|
+ style="@style/Button.Borderless"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
- android:text="@string/common_cancel" />
|
|
|
|
|
|
+ android:text="@string/common_no" />
|
|
|
|
|
|
<android.support.v7.widget.AppCompatButton
|
|
<android.support.v7.widget.AppCompatButton
|
|
android:id="@+id/details_btn"
|
|
android:id="@+id/details_btn"
|
|
- android:theme="@style/Button"
|
|
|
|
|
|
+ style="@style/Button.Borderless"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:layout_weight="1"
|
|
|
|
|
|
+ android:layout_weight="2"
|
|
android:text="@string/ssl_validator_btn_details_see" />
|
|
android:text="@string/ssl_validator_btn_details_see" />
|
|
|
|
|
|
<android.support.v7.widget.AppCompatButton
|
|
<android.support.v7.widget.AppCompatButton
|
|
android:id="@+id/ok"
|
|
android:id="@+id/ok"
|
|
- android:theme="@style/Button"
|
|
|
|
|
|
+ style="@style/Button.Borderless"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
- android:text="@string/common_ok" />
|
|
|
|
|
|
+ android:text="@string/common_yes" />
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|