diff options
author | Parménides GV <parmegv@ma.sdf.org> | 2013-06-25 17:55:22 +0200 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-06-26 22:44:56 -0600 |
commit | 6ada10858719786e489938b3124d1d6015a70421 (patch) | |
tree | e1cc08f6e2dc018ee4b77683367b5501afbaa411 /res | |
parent | dff5aa6e1c4df4af012899df7bf26e4f20f3ab26 (diff) |
The added provider is selected automatically.
I've also removed a lot of finishes when things go wrong (so that it should be returning to the previous activity/fragment).
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/provider_list_fragment.xml | 2 | ||||
-rwxr-xr-x | res/values/strings.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/provider_list_fragment.xml b/res/layout/provider_list_fragment.xml index d52fcca4..0db0734b 100644 --- a/res/layout/provider_list_fragment.xml +++ b/res/layout/provider_list_fragment.xml @@ -16,7 +16,7 @@ <Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:onClick="addNewProvider"
+ android:onClick="addAndSelectNewProvider"
android:text="@string/new_provider_button" />
</LinearLayout>
diff --git a/res/values/strings.xml b/res/values/strings.xml index c0ba6ebd..a7c2cdfd 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -262,7 +262,7 @@ <string name="eip_service_label">EIP:</string> <string name="eip_type_active">EIP</string> <string name="title_activity_configuration_wizard">Configure LEAP</string> - <string name="new_provider_button">Add new Provider</string> + <string name="new_provider_button">Select new Provider</string> <string name="introduce_new_provider">Introduce new provider</string> <string name="save">Save</string> <string name="new_provider_uri">New provider\'s main URL</string> @@ -297,4 +297,4 @@ <string name="authed_cert_download_failed_message">Your own cert has incorrectly been downloaded.</string> -</resources>
\ No newline at end of file +</resources> |