summaryrefslogtreecommitdiffstats
path: root/res/layout/event_info_dialog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/event_info_dialog.xml')
-rw-r--r--res/layout/event_info_dialog.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/res/layout/event_info_dialog.xml b/res/layout/event_info_dialog.xml
index 0845b3d0..2c51c77d 100644
--- a/res/layout/event_info_dialog.xml
+++ b/res/layout/event_info_dialog.xml
@@ -37,12 +37,11 @@
android:layout_height="wrap_content" />
</RelativeLayout>
<TextView
- android:layout_below="@+id/event_info_error_msg"
- android:layout_centerHorizontal="true"
+ android:id="@+id/event_info_error_msg"
android:text="@string/event_not_found"
- android:layout_centerInParent="true"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
+ android:gravity="center"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/event_info_scroll_view"