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/layout | |
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/layout')
-rw-r--r-- | res/layout/provider_list_fragment.xml | 2 |
1 files changed, 1 insertions, 1 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>
|