X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/b694fee63d7bdb8b93e9d46d28303eff094923fe..dfcbaf95210191e820f24b6beb02db3e22cd0793:/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 813d6771..8b6d502b 100644 --- a/res/layout/ssl_untrusted_cert_layout.xml +++ b/res/layout/ssl_untrusted_cert_layout.xml @@ -21,6 +21,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center" + android:padding="@dimen/standard_padding" android:orientation="vertical" > @@ -50,7 +52,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="left" - android:paddingLeft="20dp" + android:paddingLeft="8dp" 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:paddingLeft="20dp" + android:paddingLeft="8dp" 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:paddingLeft="20dp" + android:paddingLeft="8dp" 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:paddingLeft="20dp" + android:paddingLeft="8dp" android:text="@string/ssl_validator_no_info_about_error" android:textAppearance="?android:attr/textAppearanceSmall" /> @@ -88,7 +90,7 @@ - - - + + android:text="@string/ssl_validator_label_certificate_fingerprint" + android:textAppearance="?android:attr/textAppearanceSmall" + /> + + @@ -422,7 +431,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="0" - android:padding="5dp" + android:paddingTop="@dimen/standard_padding" android:text="@string/ssl_validator_question" android:textAppearance="?android:attr/textAppearanceMedium" > @@ -431,29 +440,31 @@ -