summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/configuration_wizard_activity.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-01-12 19:00:01 +0100
committerParménides GV <parmegv@sdf.org>2015-01-12 19:00:01 +0100
commit6ed3fde3ea171700390552dd1040e10e8cc1ca32 (patch)
treea8f68d5b09d7293ceb35211d2f26f48d4312fcf3 /app/src/main/res/layout/configuration_wizard_activity.xml
parent0773d87a7d8fca47ae5f6e721ba839dc9d8b903f (diff)
xlarge layouts updated
Last refactor, introducing ButterKnife and all those things, I forgot to update this layouts.
Diffstat (limited to 'app/src/main/res/layout/configuration_wizard_activity.xml')
-rw-r--r--app/src/main/res/layout/configuration_wizard_activity.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/configuration_wizard_activity.xml b/app/src/main/res/layout/configuration_wizard_activity.xml
index a5bca1e9..71cd5314 100644
--- a/app/src/main/res/layout/configuration_wizard_activity.xml
+++ b/app/src/main/res/layout/configuration_wizard_activity.xml
@@ -5,7 +5,7 @@
android:layout_height="match_parent"
tools:context=".ConfigurationWizard" >
- <ListView
+ <ListView
android:id="@+id/provider_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -28,4 +28,4 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_centerHorizontal="true"
android:textColor="@android:color/holo_blue_bright" />
-</RelativeLayout> \ No newline at end of file
+</RelativeLayout>