summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-08-01 10:35:35 +0200
committerParménides GV <parmegv@sdf.org>2013-10-04 10:39:13 +0200
commit661ecd222336fe939d0af095e2f489b6c363d6bc (patch)
tree502be0acb1734f93adc8ac816766e31b44544495 /res/layout
parentaa8b01b7a4330447497fdcc926e73cd3bf9394ad (diff)
ConfigurationWizard uses action instead of button.
New provider button has been converted to an action item, shown at the bottom of the screen.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/provider_list_fragment.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/res/layout/provider_list_fragment.xml b/res/layout/provider_list_fragment.xml
index 0db0734b..5a6770c8 100644
--- a/res/layout/provider_list_fragment.xml
+++ b/res/layout/provider_list_fragment.xml
@@ -8,15 +8,8 @@
<ListView
android:id="@id/android:list"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="0dip"
android:layout_weight="1"
- android:layout_alignParentTop="true"
android:drawSelectorOnTop="false" />
- <Button
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:onClick="addAndSelectNewProvider"
- android:text="@string/new_provider_button" />
-
</LinearLayout>