android:id="@+id/untrusted_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"
android:id="@+id/untrusted_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"
android:visibility="gone"
android:padding="20dp"
android:layout_width="match_parent"
- android:layout_height="180dp">
+ android:layout_height="0dp"
+ android:layout_weight="1"
+ >
<LinearLayout
android:id="@+id/untrusted_details_view"
android:id="@+id/untrusted_question"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_weight="0"
android:padding="5dp"
android:text="@string/ssl_validator_question"
android:textAppearance="?android:attr/textAppearanceMedium"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_weight="0"
android:gravity="center" >
<Button