res/layout/activity_authenticator.xml

changeset 8
ec8af0e3fbc2
parent 0
fb9019fb1bf7
child 9
bcc778a42b8c
     1.1 --- a/res/layout/activity_authenticator.xml	Tue Feb 10 21:55:00 2015 +0100
     1.2 +++ b/res/layout/activity_authenticator.xml	Tue Feb 10 22:40:00 2015 +0100
     1.3 @@ -71,6 +71,14 @@
     1.4  
     1.5                  <requestFocus />
     1.6              </EditText>
     1.7 +            
     1.8 +    		<CheckBox
     1.9 +    		    android:id="@+id/trustall"
    1.10 +    		    android:layout_width="wrap_content"
    1.11 +    		    android:layout_height="wrap_content"
    1.12 +    		    android:checked="true"
    1.13 +    		    android:text="@string/trustall"
    1.14 +    		    android:visibility="gone" />
    1.15  
    1.16              <EditText
    1.17                  android:id="@+id/accountname"

mercurial