X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/802a1646160051a507853ef09e680139833fb142..71fa16de601a571187f2ed89a40ba796dd2fa455:/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..8ef7b139 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="16dp" 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 @@ @@ -431,29 +433,31 @@ -