diff options
author | Parménides GV <parmegv@ma.sdf.org> | 2013-06-25 16:44:22 +0200 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-06-26 22:39:35 -0600 |
commit | dff5aa6e1c4df4af012899df7bf26e4f20f3ab26 (patch) | |
tree | ec37eacdff6b7d638ba9941257a2b8cffe0f0912 /res/layout | |
parent | 50db5b5816476751f39bb7b8adc927562a0cc677 (diff) |
ConfigurationWizard shows domain and name.
Items from the provider's list have 2 rows, first one with the domain and the other with the name.
Names from preseeded providers are fetched from the assets file, because we don't download provider.json until they select it.
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/provider_list_fragment.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/provider_list_fragment.xml b/res/layout/provider_list_fragment.xml index 9bb775d7..d52fcca4 100644 --- a/res/layout/provider_list_fragment.xml +++ b/res/layout/provider_list_fragment.xml @@ -10,6 +10,7 @@ android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
+ android:layout_alignParentTop="true"
android:drawSelectorOnTop="false" />
<Button
@@ -18,4 +19,4 @@ android:onClick="addNewProvider"
android:text="@string/new_provider_button" />
-</LinearLayout>
\ No newline at end of file +</LinearLayout>
|