Merge branch 'develop' into pinEnhancement
[pub/Android/ownCloud.git] / res / layout / ssl_untrusted_cert_layout.xml
index ef57de6..813d677 100644 (file)
@@ -2,7 +2,7 @@
 <!-- 
     ownCloud Android client application
 
-    Copyright (C) 2012-2013 ownCloud Inc.
+    Copyright (C) 2015 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,
                android:textAppearance="?android:attr/textAppearanceSmall"
                 />
        
+       <TextView
+               android:id="@+id/reason_no_info_about_error"
+               android:layout_width="wrap_content"
+               android:layout_height="wrap_content"
+               android:layout_gravity="left"
+               android:paddingLeft="20dp"
+               android:text="@string/ssl_validator_no_info_about_error"
+               android:textAppearance="?android:attr/textAppearanceSmall"
+                />
+       
     <ScrollView 
         android:id="@+id/details_scroll"
         android:visibility="gone"