# HG changeset patch # User dasilvj@jean-manuel-da-silvas-macbook.local # Date 1243861083 -7200 # Node ID e19e8aba0dd2a7d5be74abef66dc12bd83a72803 # Parent cb15bad7d9caa16fc0653889d8a0ad270cc2809c Bug #163 -- Changement des Label de editable:false a focusable:false. Il a present de nouveau possible de desactiver le proxy. diff -r cb15bad7d9ca -r e19e8aba0dd2 .classpath --- a/.classpath Fri May 29 20:35:19 2009 +0200 +++ b/.classpath Mon Jun 01 14:58:03 2009 +0200 @@ -1,12 +1,12 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff -r cb15bad7d9ca -r e19e8aba0dd2 default.properties --- a/default.properties Fri May 29 20:35:19 2009 +0200 +++ b/default.properties Mon Jun 01 14:58:03 2009 +0200 @@ -7,8 +7,6 @@ # "build.properties", and override values to adapt the script to your # project structure. -# Project target. -target=android-3 # apk configurations. This property allows creation of APK files with limited # resources. For example, if your application contains many locales and # you wish to release multiple smaller apks instead of a large one, you can @@ -20,3 +18,5 @@ # apk-config-european=en,fr,it,de,es # apk-config-northamerica=en,es apk-configurations= +# Project target. +target=android-3 diff -r cb15bad7d9ca -r e19e8aba0dd2 res/layout/edit_settings.xml --- a/res/layout/edit_settings.xml Fri May 29 20:35:19 2009 +0200 +++ b/res/layout/edit_settings.xml Mon Jun 01 14:58:03 2009 +0200 @@ -103,7 +103,7 @@ android:layout_height="wrap_content" android:text="@string/settings_xmpp_use_tls" android:layout_below="@id/settings_xmpp_table_sp" - style="@style/Label" /> + style="@style/CheckBoxLabel" />