projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wip
[pub/Android/ownCloud.git]
/
res
/
layout
/
ssl_untrusted_cert_layout.xml
diff --git
a/res/layout/ssl_untrusted_cert_layout.xml
b/res/layout/ssl_untrusted_cert_layout.xml
index
6a30c2e
..
8ef7b13
100644
(file)
--- a/
res/layout/ssl_untrusted_cert_layout.xml
+++ b/
res/layout/ssl_untrusted_cert_layout.xml
@@
-2,7
+2,7
@@
<!--
ownCloud Android client application
<!--
ownCloud Android client application
- Copyright (C) 201
2-2013
ownCloud Inc.
+ Copyright (C) 201
5
ownCloud Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
@@
-21,6
+21,7
@@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
+ android:padding="16dp"
android:orientation="vertical" >
<TextView
android:orientation="vertical" >
<TextView
@@
-28,9
+29,10
@@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
+ android:paddingBottom="16dp"
android:text="@string/ssl_validator_header"
android:text="@string/ssl_validator_header"
- android:padding="5dp"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textColor="@android:color/black"
/>
<TextView
/>
<TextView
@@
-39,7
+41,7
@@
android:layout_height="wrap_content"
android:layout_weight="0"
android:layout_gravity="left"
android:layout_height="wrap_content"
android:layout_weight="0"
android:layout_gravity="left"
- android:paddingLeft="
20
dp"
+ android:paddingLeft="
8
dp"
android:text="@string/ssl_validator_reason_cert_not_trusted"
android:textAppearance="?android:attr/textAppearanceSmall"
/>
android:text="@string/ssl_validator_reason_cert_not_trusted"
android:textAppearance="?android:attr/textAppearanceSmall"
/>
@@
-50,7
+52,7
@@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
- android:paddingLeft="
20
dp"
+ android:paddingLeft="
8
dp"
android:text="@string/ssl_validator_reason_cert_expired"
android:textAppearance="?android:attr/textAppearanceSmall"
/>
android:text="@string/ssl_validator_reason_cert_expired"
android:textAppearance="?android:attr/textAppearanceSmall"
/>
@@
-60,7
+62,7
@@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
- android:paddingLeft="
20
dp"
+ android:paddingLeft="
8
dp"
android:text="@string/ssl_validator_reason_cert_not_yet_valid"
android:textAppearance="?android:attr/textAppearanceSmall"
/>
android:text="@string/ssl_validator_reason_cert_not_yet_valid"
android:textAppearance="?android:attr/textAppearanceSmall"
/>
@@
-70,7
+72,7
@@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
- android:paddingLeft="
20
dp"
+ android:paddingLeft="
8
dp"
android:text="@string/ssl_validator_reason_hostname_not_verified"
android:textAppearance="?android:attr/textAppearanceSmall"
/>
android:text="@string/ssl_validator_reason_hostname_not_verified"
android:textAppearance="?android:attr/textAppearanceSmall"
/>
@@
-80,7
+82,7
@@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
- android:paddingLeft="
20
dp"
+ android:paddingLeft="
8
dp"
android:text="@string/ssl_validator_no_info_about_error"
android:textAppearance="?android:attr/textAppearanceSmall"
/>
android:text="@string/ssl_validator_no_info_about_error"
android:textAppearance="?android:attr/textAppearanceSmall"
/>
@@
-88,7
+90,7
@@
<ScrollView
android:id="@+id/details_scroll"
android:visibility="gone"
<ScrollView
android:id="@+id/details_scroll"
android:visibility="gone"
- android:padding="
20
dp"
+ android:padding="
8
dp"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
@@
-422,7
+424,7
@@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
- android:padding
="5
dp"
+ android:padding
Top="16
dp"
android:text="@string/ssl_validator_question"
android:textAppearance="?android:attr/textAppearanceMedium"
>
android:text="@string/ssl_validator_question"
android:textAppearance="?android:attr/textAppearanceMedium"
>
@@
-431,29
+433,31
@@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_weight="0"
android:gravity="center" >
android:gravity="center" >
-
<
Button
+
<android.support.v7.widget.AppCompat
Button
android:id="@+id/cancel"
android:id="@+id/cancel"
+ style="@style/Button.Borderless"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:text="@string/common_
cancel
" />
+ android:text="@string/common_
no
" />
-
<
Button
+
<android.support.v7.widget.AppCompat
Button
android:id="@+id/details_btn"
android:id="@+id/details_btn"
+ style="@style/Button.Borderless"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_width="0dp"
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" />
-
<
Button
+
<android.support.v7.widget.AppCompat
Button
android:id="@+id/ok"
android:id="@+id/ok"
+ style="@style/Button.Borderless"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:text="@string/common_
ok
" />
+ android:text="@string/common_
yes
" />
</LinearLayout>
</LinearLayout>