From: masensio Date: Fri, 7 Mar 2014 14:11:59 +0000 (+0100) Subject: Merge branch 'add_ssl_warning_dialog_for_devices_without_access_to_X509Certificte_in_... X-Git-Tag: oc-android-1.5.5~15^2~7 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/9cac3b60a574f2b82cb3b33b45d3a4ba9a2f4d3e?hp=69445038745b47f72693befc67cca72c305786d6 Merge branch 'add_ssl_warning_dialog_for_devices_without_access_to_X509Certificte_in_WebView_SSL_errors' into check_server_certificates_in_SSO_webview --- diff --git a/res/layout/ssl_untrusted_cert_layout.xml b/res/layout/ssl_untrusted_cert_layout.xml index e6817111..ef57de63 100644 --- a/res/layout/ssl_untrusted_cert_layout.xml +++ b/res/layout/ssl_untrusted_cert_layout.xml @@ -27,6 +27,7 @@ android:id="@+id/header" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_weight="0" android:text="@string/ssl_validator_header" android:padding="5dp" android:textAppearance="?android:attr/textAppearanceMedium" @@ -36,6 +37,7 @@ android:id="@+id/reason_cert_not_trusted" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_weight="0" android:layout_gravity="left" android:paddingLeft="20dp" android:text="@string/ssl_validator_reason_cert_not_trusted" @@ -77,8 +79,10 @@ android:id="@+id/details_scroll" android:visibility="gone" android:padding="20dp" - android:layout_width="wrap_content" - android:layout_height="180dp"> + android:layout_width="match_parent" + android:layout_height="0dp" + android:layout_weight="1" + >